Home
last modified time | relevance | path

Searched refs:UCharOffset (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol_sit.cpp965 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE); in addSpecial() local
966 uint32_t newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
980 UCharOffset++; in addSpecial()
988 while(*UCharOffset != 0xFFFF) { in addSpecial()
989 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
990 buffer[leftIndex] = *UCharOffset; in addSpecial()
1001 UCharOffset++; in addSpecial()
1008 while(*UCharOffset != 0xFFFF) { in addSpecial()
1009 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
1010 buffer[rightIndex] = *UCharOffset; in addSpecial()
[all …]
Ducol.cpp2317 UChar *UCharOffset; in getDiscontiguous() local
2347 UCharOffset = (UChar *)(tempconstart + 1); /* skip the backward offset*/ in getDiscontiguous()
2350 while (schar > (tchar = *UCharOffset)) { in getDiscontiguous()
2351 UCharOffset++; in getDiscontiguous()
2370 (UCharOffset - coll->contractionIndex)); in getDiscontiguous()
2696 const UChar *UCharOffset; in ucol_prv_getSpecialCE() local
2709 const UChar *ContractionStart = UCharOffset = (UChar *)coll->image+getContractOffset(CE); in ucol_prv_getSpecialCE()
2711 CE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in ucol_prv_getSpecialCE()
2717 …while(schar > (tchar = *UCharOffset)) { /* since the contraction codepoints should be ordered, we … in ucol_prv_getSpecialCE()
2718 UCharOffset++; in ucol_prv_getSpecialCE()
[all …]