Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc102 #define VCount 21u macro
105 #define NCount (VCount * TCount)
109 #define isCombiningV(u) (hb_in_range ((u), VBase, VBase+VCount-1))
/external/python/cpython2/Modules/
Dunicodedata.c491 #define VCount 21 macro
493 #define NCount (VCount*TCount)
667 VBase <= i[1] && i[1] <= (VBase+VCount)) { in nfc_nfkc()
671 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
1027 find_syllable(pos, &len, &V, VCount, 1); in _getcode()
1032 *code = SBase + (L*VCount+V)*TCount + T; in _getcode()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java252 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
253 NCount = VCount * TCount, // 588
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java253 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
254 NCount = VCount * TCount, // 588