Home
last modified time | relevance | path

Searched refs:UNICODE_AGE (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/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()
2349 age = UNICODE_AGE(major, minor, revision); in corrections_init()
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8n.h19 #define UNICODE_AGE(MAJ, MIN, REV) \ macro
H A Dutf8-selftest.c169 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 Dutf8-core.c209 unicode_version = UNICODE_AGE(maj, min, rev); in utf8_load()
H A Dutf8-norm.c21 unsigned int sb_utf8version = UNICODE_AGE(maj, min, rev); in utf8version_is_supported()
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()
2349 age = UNICODE_AGE(major, minor, revision); in corrections_init()
/kernel/linux/linux-6.6/include/linux/
H A Dunicode.h14 #define UNICODE_AGE(MAJ, MIN, REV) \ macro
/kernel/linux/linux-6.6/fs/smb/server/
H A Dconnection.c64 conn->um = utf8_load(UNICODE_AGE(12, 1, 0)); in ksmbd_conn_alloc()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c274 {F2FS_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c1929 {EXT4_ENC_UTF8_12_1, "utf8", UNICODE_AGE(12, 1, 0)},

Completed in 25 milliseconds