Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc107 #define NCount (VCount * TCount) macro
108 #define SCount (LCount * NCount)
273 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
312 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul()
313 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerBuilder.java237 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()
238 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()
254 NCount = VCount * TCount, // 588 field in NormalizerBuilder
255 SCount = LCount * NCount; // 11172
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java236 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()
237 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()
253 NCount = VCount * TCount, // 588 field in NormalizerBuilder
254 SCount = LCount * NCount; // 11172
/third_party/python/Modules/
H A Dunicodedata.c493 #define NCount (VCount*TCount) macro
494 #define SCount (LCount*NCount)
552 int L = LBase + SIndex / NCount; in nfd_nfkd()
553 int V = VBase + (SIndex % NCount) / TCount; in nfd_nfkd()
1096 int L = SIndex / NCount; in _getucname()
1097 int V = (SIndex % NCount) / TCount; in _getucname()

Completed in 7 milliseconds