Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
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))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java229 for (int SIndex = 0; SIndex < SCount; ++SIndex) { in buildDecompositionTables()
254 SCount = LCount * NCount; // 11172 field in NormalizerBuilder
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java230 for (int SIndex = 0; SIndex < SCount; ++SIndex) { in buildDecompositionTables()
255 SCount = LCount * NCount; // 11172 field in NormalizerBuilder
/external/python/cpython2/Modules/
Dunicodedata.c494 #define SCount (LCount*NCount) macro
539 if (SBase <= code && code < (SBase+SCount)) { in nfd_nfkd()
912 if (SBase <= code && code < SBase+SCount) { in _getucname()
/external/python/cpython3/Modules/
Dunicodedata.c490 #define SCount (LCount*NCount) macro
546 if (SBase <= code && code < (SBase+SCount)) { in nfd_nfkd()
1081 if (SBase <= code && code < SBase+SCount) { in _getucname()