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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DNormalizerBuilder.java230 for (int SIndex = 0; SIndex < SCount; ++SIndex) {
255 SCount = LCount * NCount; // 11172 field in class:NormalizerBuilder
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java229 for (int SIndex = 0; SIndex < SCount; ++SIndex) {
254 SCount = LCount * NCount; // 11172 field in class:NormalizerBuilder
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc106 #define SCount (LCount * NCount) macro
111 #define isCombinedS(u) (hb_in_range ((u), SBase, SBase+SCount-1))
/external/python/cpython2/Modules/
H A Dunicodedata.c494 #define SCount (LCount*NCount) macro
539 if (SBase <= code && code < (SBase+SCount)) {
908 if (SBase <= code && code < SBase+SCount) {

Completed in 249 milliseconds