HomeSort by relevance Sort by last modified time
    Searched full:secondce (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 127 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) {
138 res = compareCEs(first, second, CE, SecondCE);
157 if((first == CE && second == SecondCE)) {
259 uint32_t SecondCE = lh->baseContCE;
265 iCE = ucol_inv_findCE(src, CE, SecondCE);
272 SecondCE &= strengthMask[strength];
275 previousContCE = SecondCE;
277 while((previousCE & strengthMask[strength]) == CE && (previousContCE & strengthMask[strength])== SecondCE) {
290 uint32_t SecondCE = lh->baseContCE;
296 iCE = ucol_inv_findCE(src, CE, SecondCE);
    [all...]
ucol_tok.cpp     [all...]

Completed in 199 milliseconds