Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc104 #define VCount 21u macro
107 #define NCount (VCount * TCount)
111 #define isCombiningV(u) (hb_in_range<hb_codepoint_t> ((u), VBase, VBase+VCount-1))
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerBuilder.java253 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
254 NCount = VCount * TCount, // 588
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java252 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
253 NCount = VCount * TCount, // 588
/third_party/python/Modules/
H A Dunicodedata.c491 #define VCount 21 macro
493 #define NCount (VCount*TCount)
695 PyUnicode_READ(kind, data, i+1) < (VBase+VCount)) { in nfc_nfkc()
701 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
1241 find_syllable(pos, &len, &V, VCount, 1); in _getcode()
1246 *code = SBase + (L*VCount+V)*TCount + T; in _getcode()

Completed in 6 milliseconds