Home | History | Annotate | Download | only in i18n

Lines Matching refs:SecondCE

125 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) {
136 res = compareCEs(first, second, CE, SecondCE);
155 if((first == CE && second == SecondCE)) {
257 uint32_t SecondCE = lh->baseContCE;
263 iCE = ucol_inv_findCE(src, CE, SecondCE);
270 SecondCE &= strengthMask[strength];
273 previousContCE = SecondCE;
275 while((previousCE & strengthMask[strength]) == CE && (previousContCE & strengthMask[strength])== SecondCE) {
288 uint32_t SecondCE = lh->baseContCE;
294 iCE = ucol_inv_findCE(src, CE, SecondCE);
301 SecondCE &= strengthMask[strength];
304 nextContCE = SecondCE;
307 && (nextContCE & strengthMask[strength]) == SecondCE)