Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc100 #define VCount 21u macro
103 #define NCount (VCount * TCount)
107 #define isCombiningV(u) (hb_in_range<hb_codepoint_t> ((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()
673 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
1031 find_syllable(pos, &len, &V, VCount, 1); in _getcode()
1036 *code = SBase + (L*VCount+V)*TCount + T; in _getcode()
/external/python/cpython3/Modules/
Dunicodedata.c480 #define VCount 21 macro
482 #define NCount (VCount*TCount)
684 PyUnicode_READ(kind, data, i+1) < (VBase+VCount)) { in nfc_nfkc()
690 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
1112 find_syllable(pos, &len, &V, VCount, 1); in _getcode()
1117 *code = SBase + (L*VCount+V)*TCount + T; in _getcode()
/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
/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