Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerBuilder.java230 for (int SIndex = 0; SIndex < SCount; ++SIndex) { in buildDecompositionTables()
255 SCount = LCount * NCount; // 11172 field in NormalizerBuilder
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java229 for (int SIndex = 0; SIndex < SCount; ++SIndex) { in buildDecompositionTables()
254 SCount = LCount * NCount; // 11172 field in NormalizerBuilder
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc108 #define SCount (LCount * NCount) macro
113 #define isCombinedS(u) (hb_in_range<hb_codepoint_t> ((u), SBase, SBase+SCount-1))
/third_party/python/Modules/
H A Dunicodedata.c494 #define SCount (LCount*NCount) macro
550 if (SBase <= code && code < (SBase+SCount)) { in nfd_nfkd()
1093 if (SBase <= code && code < SBase+SCount) { in _getucname()

Completed in 4 milliseconds