Home
last modified time | relevance | path

Searched refs:LCount (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc101 #define LCount 19u macro
106 #define SCount (LCount * NCount)
108 #define isCombiningL(u) (hb_in_range ((u), LBase, LBase+LCount-1))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java252 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
254 SCount = LCount * NCount; // 11172
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java253 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
255 SCount = LCount * NCount; // 11172
/external/python/cpython2/Modules/
Dunicodedata.c490 #define LCount 19 macro
494 #define SCount (LCount*NCount)
665 if (LBase <= *i && *i < (LBase+LCount) && in nfc_nfkc()
1025 find_syllable(pos, &len, &L, LCount, 0); in _getcode()