Home
last modified time | relevance | path

Searched refs:sIndex (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/layout/
DHangulLayoutEngine.cpp134 le_int32 sIndex = syllable - HSYL_FIRST; in decompose() local
136 if (sIndex < 0 || sIndex >= HSYL_COUNT) { in decompose()
140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT); in decompose()
141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT; in decompose()
142 trail = TJMO_FIRST + (sIndex % TJMO_COUNT); in decompose()
/external/chromium/third_party/icu/source/test/cintltst/
Dtrie2test.c279 int32_t i, length, sIndex, countValues; in testTrieUTF16() local
304 sIndex=(int32_t)(p-s); in testTrieUTF16()
305 U16_NEXT(s, sIndex, length, c2); in testTrieUTF16()
329 sIndex=(int32_t)(p-s); in testTrieUTF16()
330 U16_PREV(s, 0, sIndex, c2); in testTrieUTF16()
/external/icu4c/test/cintltst/
Dtrie2test.c279 int32_t i, length, sIndex, countValues; in testTrieUTF16() local
304 sIndex=(int32_t)(p-s); in testTrieUTF16()
305 U16_NEXT(s, sIndex, length, c2); in testTrieUTF16()
329 sIndex=(int32_t)(p-s); in testTrieUTF16()
330 U16_PREV(s, 0, sIndex, c2); in testTrieUTF16()
/external/icu4c/i18n/
Ducol.cpp7912 int32_t sIndex = 0, tIndex = 0; in ucol_strcollUseLatin1() local
7928 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
7934 if(sIndex==sLen) { in ucol_strcollUseLatin1()
7938 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
7949 … sOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1()
8032 sLen = sIndex; tLen = tIndex; in ucol_strcollUseLatin1()
8043 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1()
8046 if(sIndex==sLen) { in ucol_strcollUseLatin1()
8050 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
8053 … sOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1()
[all …]
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp8170 int32_t sIndex = 0, tIndex = 0; in ucol_strcollUseLatin1() local
8186 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
8192 if(sIndex==sLen) { in ucol_strcollUseLatin1()
8196 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
8208 … sOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1()
8294 sLen = sIndex; tLen = tIndex; in ucol_strcollUseLatin1()
8305 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1()
8308 if(sIndex==sLen) { in ucol_strcollUseLatin1()
8312 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
8315 … sOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1()
[all …]
/external/chromium/third_party/icu/source/common/
Duresbund.c1234 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex in ures_getStringWithAlias() argument
1237 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()
/external/icu4c/common/
Duresbund.c1337 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex in ures_getStringWithAlias() argument
1340 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()