Searched refs:UCharOffset (Results 1 – 2 of 2) sorted by relevance
965 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE); in addSpecial() local966 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 …]
2317 UChar *UCharOffset; in getDiscontiguous() local2347 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() local2709 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 …]