Searched refs:LCount (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 99 #define LCount 19u macro 104 #define SCount (LCount * NCount) 106 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 253 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder 255 SCount = LCount * NCount; // 11172
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 252 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder 254 SCount = LCount * NCount; // 11172
|
/external/python/cpython2/Modules/ |
D | unicodedata.c | 490 #define LCount 19 macro 494 #define SCount (LCount*NCount) 665 if (LBase <= *i && *i < (LBase+LCount) && in nfc_nfkc() 1029 find_syllable(pos, &len, &L, LCount, 0); in _getcode()
|
/external/python/cpython3/Modules/ |
D | unicodedata.c | 479 #define LCount 19 macro 483 #define SCount (LCount*NCount) 681 if (LBase <= code && code < (LBase+LCount) && in nfc_nfkc() 1110 find_syllable(pos, &len, &L, LCount, 0); in _getcode()
|