Searched refs:nfc_first (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/ |
D | unicodedata_db.h | 352 static struct reindex nfc_first[] = { variable
|
D | unicodedata.c | 705 f = find_nfc_index(self, nfc_first, code); in nfc_nfkc() 753 f = find_nfc_index(self, nfc_first, output[o]); in nfc_nfkc()
|
/external/python/cpython2/Modules/ |
D | unicodedata_db.h | 332 static struct reindex nfc_first[] = { variable
|
D | unicodedata.c | 686 f = find_nfc_index(self, nfc_first, *i); in nfc_nfkc() 730 f = find_nfc_index(self, nfc_first, *i); in nfc_nfkc()
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | ucdn.c | 330 l = get_comp_index(a, nfc_first, sizeof(nfc_first) / sizeof(Reindex)); in ucdn_compose()
|
D | ucdn_db.h | 1602 static const Reindex nfc_first[] = { variable
|