Searched refs:UNICODE_AGE (Results 1 – 5 of 5) sorted by relevance
/fs/unicode/ |
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()
|
D | utf8n.h | 19 #define UNICODE_AGE(MAJ, MIN, REV) \ macro
|
D | utf8-core.c | 209 unicode_version = UNICODE_AGE(maj, min, rev); in utf8_load()
|
D | utf8-norm.c | 21 unsigned int sb_utf8version = UNICODE_AGE(maj, min, rev); in utf8version_is_supported()
|
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()
|