Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp7558 uint32_t *sCE; in ucol_strcollRegular() local
7564 sCE = sCEs.buf; in ucol_strcollRegular()
7568 secS = *(sCE++) & UCOL_SECONDARYMASK; in ucol_strcollRegular()
7590 sCE = sCEs.pos-2; /* this could also be sCEs-- if needs to be optimized */ in ucol_strcollRegular()
7593 while (secS == 0 && sCE >= sCEs.buf) { in ucol_strcollRegular()
7595 secS = *(sCE--); in ucol_strcollRegular()
7597 while(isContinuation(secS = *(sCE--))) in ucol_strcollRegular()
7600 … sCESave = sCE; /* we save it, so that we know where to come back AND that we need to go forward */ in ucol_strcollRegular()
7601 sCE+=2; /* need to point to the first continuation CP */ in ucol_strcollRegular()
7605 secS = *(sCE++); in ucol_strcollRegular()
[all …]
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp7827 uint32_t *sCE; in ucol_strcollRegular() local
7833 sCE = sCEs.buf; in ucol_strcollRegular()
7837 secS = *(sCE++) & UCOL_SECONDARYMASK; in ucol_strcollRegular()
7859 sCE = sCEs.pos-2; /* this could also be sCEs-- if needs to be optimized */ in ucol_strcollRegular()
7862 while (secS == 0 && sCE >= sCEs.buf) { in ucol_strcollRegular()
7864 secS = *(sCE--); in ucol_strcollRegular()
7866 while(isContinuation(secS = *(sCE--))) in ucol_strcollRegular()
7869 … sCESave = sCE; /* we save it, so that we know where to come back AND that we need to go forward */ in ucol_strcollRegular()
7870 sCE+=2; /* need to point to the first continuation CP */ in ucol_strcollRegular()
7874 secS = *(sCE++); in ucol_strcollRegular()
[all …]