Home
last modified time | relevance | path

Searched refs:sIndex (Results 1 – 3 of 3) 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/icu4c/i18n/
Ducol.cpp7730 int32_t sIndex = 0, tIndex = 0; in ucol_strcollUseLatin1() local
7746 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
7752 if(sIndex==sLen) { in ucol_strcollUseLatin1()
7756 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
7768 sOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1()
7854 sLen = sIndex; tLen = tIndex; in ucol_strcollUseLatin1()
7865 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1()
7868 if(sIndex==sLen) { in ucol_strcollUseLatin1()
7872 sChar=source[sIndex++]; in ucol_strcollUseLatin1()
7875 … sOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1()
[all …]
/external/icu4c/common/
Duresbund.c1190 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex in ures_getStringWithAlias() argument
1193 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()