Home
last modified time | relevance | path

Searched refs:UNICODE_AGE (Results 1 – 5 of 5) sorted by relevance

/linux/fs/unicode/
H A Dutf8-selftest.c21 #define UTF8_LATEST UNICODE_AGE(12, 1, 0)
261 test(utf8version_is_supported(um, UNICODE_AGE(7, 0, 0))); in check_supported_versions()
264 test(utf8version_is_supported(um, UNICODE_AGE(9, 0, 0))); in check_supported_versions()
270 test(!utf8version_is_supported(um, UNICODE_AGE(13, 0, 0))); in check_supported_versions()
271 test(!utf8version_is_supported(um, UNICODE_AGE(0, 0, 0))); in check_supported_versions()
272 test(!utf8version_is_supported(um, UNICODE_AGE(-1, -1, -1))); in check_supported_versions()
H A Dmkutf8data.c84 #define UNICODE_AGE(MAJ,MIN,REV) \ macro
1996 UNICODE_AGE(major, minor, revision); in age_init()
2006 ages[++gen] = UNICODE_AGE(major, minor, 0); in age_init()
2280 age = UNICODE_AGE(major, minor, revision); in corrections_init()
/linux/include/linux/
H A Dunicode.h14 #define UNICODE_AGE(MAJ, MIN, REV) \ macro
/linux/fs/f2fs/
H A Dsuper.c299 {F2FS_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},
/linux/fs/ext4/
H A Dsuper.c1921 {EXT4_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},