Searched refs:LCount (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-hangul.cc | 103 #define LCount 19u macro 108 #define SCount (LCount * NCount) 110 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | NormalizerBuilder.java | 253 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder 255 SCount = LCount * NCount; // 11172
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | NormalizerBuilder.java | 252 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder 254 SCount = LCount * NCount; // 11172
|
/third_party/python/Modules/ |
H A D | unicodedata.c | 490 #define LCount 19 macro 494 #define SCount (LCount*NCount) 692 if (LBase <= code && code < (LBase+LCount) && in nfc_nfkc() 1239 find_syllable(pos, &len, &L, LCount, 0); in _getcode()
|
Completed in 5 milliseconds