Home
last modified time | relevance | path

Searched refs:iso15924 (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp255 const char* iso15924 = strrchr(bcp47[i], '-'); in compareLangs() local
256 if (iso15924 == nullptr) { in compareLangs()
259 iso15924++; in compareLangs()
260 int len = iso15924 - 1 - bcp47[i]; in compareLangs()
262 if (langs.find(iso15924) != -1 || in compareLangs()
/third_party/glib/glib/
Dguniprop.c1545 g_unicode_script_from_iso15924 (guint32 iso15924) in g_unicode_script_from_iso15924() argument
1549 if (!iso15924) in g_unicode_script_from_iso15924()
1553 if (iso15924_tags[i] == iso15924) in g_unicode_script_from_iso15924()
Dgunicode.h634 GUnicodeScript g_unicode_script_from_iso15924 (guint32 iso15924);
/third_party/icu/docs/userguide/locale/
Dindex.md98 [Unicode ISO 15924 Registry](https://www.unicode.org/iso15924/iso15924-codes.html).
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt44 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html
48 For new script codes see http://www.unicode.org/iso15924/codechanges.html
1954 - 6 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
2228 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
2657 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
2854 * 9 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
2967 - 13 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt44 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html
48 For new script codes see http://www.unicode.org/iso15924/codechanges.html
2875 - 6 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3149 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3578 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3775 * 9 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3888 - 13 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt44 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html
48 For new script codes see http://www.unicode.org/iso15924/codechanges.html
2875 - 6 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3149 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3578 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3775 * 9 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
3888 - 13 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch77633 + // example bcp47 code : 'zh-Hans' : ('zh' : iso639 code, 'Hans' : iso15924 code)
77686 + * zh-Hans : ('zh' : iso639 code, 'Hans' : iso15924 code)
77698 + const char* iso15924 = strrchr(bcp47[i], '-');
77699 + if (iso15924 == nullptr) {
77702 + iso15924++;
77703 + int len = iso15924 - 1 - bcp47[i];
77705 + if (langs.find(iso15924) != -1 ||