Searched refs:UNICODE_AGE (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/unicode/tests/ |
| H A D | utf8_kunit.c | 246 KUNIT_EXPECT_TRUE(test, utf8version_is_supported(um, UNICODE_AGE(7, 0, 0))); in check_supported_versions() 249 KUNIT_EXPECT_TRUE(test, utf8version_is_supported(um, UNICODE_AGE(9, 0, 0))); in check_supported_versions() 255 KUNIT_EXPECT_FALSE(test, utf8version_is_supported(um, UNICODE_AGE(13, 0, 0))); in check_supported_versions() 256 KUNIT_EXPECT_FALSE(test, utf8version_is_supported(um, UNICODE_AGE(0, 0, 0))); in check_supported_versions() 257 KUNIT_EXPECT_FALSE(test, utf8version_is_supported(um, UNICODE_AGE(-1, -1, -1))); in check_supported_versions()
|
| /linux/include/linux/ |
| H A D | unicode.h | 14 #define UNICODE_AGE(MAJ, MIN, REV) \ macro 19 #define UTF8_LATEST UNICODE_AGE(12, 1, 0)
|
| /linux/fs/unicode/ |
| H A D | utf8-core.c | 240 return UNICODE_AGE(maj, min, rev); in utf8_parse_version()
|
| H A D | mkutf8data.c | 84 #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() 2349 age = UNICODE_AGE(major, minor, revision); in corrections_init()
|
| /linux/fs/smb/server/ |
| H A D | connection.c | 124 conn->um = utf8_load(UNICODE_AGE(12, 1, 0)); in ksmbd_conn_alloc()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 469 {F2FS_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},
|
| /linux/fs/ext4/ |
| H A D | super.c | 1949 {EXT4_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},
|