Searched refs:VCount (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 104 #define VCount 21u macro 107 #define NCount (VCount * TCount) 111 #define isCombiningV(u) (hb_in_range<hb_codepoint_t> ((u), VBase, VBase+VCount-1))
|
/external/python/cpython2/Modules/ |
D | unicodedata.c | 491 #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/ |
D | unicodedata.c | 487 #define VCount 21 macro 489 #define NCount (VCount*TCount) 691 PyUnicode_READ(kind, data, i+1) < (VBase+VCount)) { in nfc_nfkc() 697 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc() 1219 find_syllable(pos, &len, &V, VCount, 1); in _getcode() 1224 *code = SBase + (L*VCount+V)*TCount + T; in _getcode()
|
/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 253 NCount = VCount * TCount, // 588
|
/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 254 NCount = VCount * TCount, // 588
|