Searched refs:UNICODE_AGE (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-selftest.c | 21 #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 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()
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8n.h | 19 #define UNICODE_AGE(MAJ, MIN, REV) \ macro
|
H A D | utf8-selftest.c | 169 data = utf8nfdi(UNICODE_AGE(latest_maj, latest_min, latest_rev)); in check_utf8_nfdi() 205 data = utf8nfdicf(UNICODE_AGE(latest_maj, latest_min, latest_rev)); in check_utf8_nfdicf()
|
H A D | utf8-core.c | 209 unicode_version = UNICODE_AGE(maj, min, rev); in utf8_load()
|
H A D | utf8-norm.c | 21 unsigned int sb_utf8version = UNICODE_AGE(maj, min, rev); in utf8version_is_supported()
|
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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | unicode.h | 14 #define UNICODE_AGE(MAJ, MIN, REV) \ macro
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | connection.c | 64 conn->um = utf8_load(UNICODE_AGE(12, 1, 0)); in ksmbd_conn_alloc()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 274 {F2FS_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 1929 {EXT4_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},
|
Completed in 25 milliseconds