Home | History | Annotate | Download | only in i18n

Lines Matching refs:SecondCE

128 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) {
139 res = compareCEs(first, second, CE, SecondCE);
158 if((first == CE && second == SecondCE)) {
260 uint32_t SecondCE = lh->baseContCE;
266 iCE = ucol_inv_findCE(src, CE, SecondCE);
273 SecondCE &= strengthMask[strength];
276 previousContCE = SecondCE;
278 while((previousCE & strengthMask[strength]) == CE && (previousContCE & strengthMask[strength])== SecondCE) {
291 uint32_t SecondCE = lh->baseContCE;
297 iCE = ucol_inv_findCE(src, CE, SecondCE);
304 SecondCE &= strengthMask[strength];
307 nextContCE = SecondCE;
310 && (nextContCE & strengthMask[strength]) == SecondCE)