Searched defs:SecondCE (Results 1 - 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
H A D | ucol_bld.cpp | 125 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) { argument 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; local 294 iCE = ucol_inv_findCE(src, CE, SecondCE); [all...] |
H A D | ucol_tok.cpp | 1557 uint32_t CE, SecondCE; local 1586 SecondCE = ((primaryCE << 16) & UCOL_PRIMARYMASK) | UCOL_CONTINUATION_MARKER; 1601 if(isContinuation(SecondCE)) { 1602 src->lh[src->resultLen].baseContCE = SecondCE; 1617 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength); 1623 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) { 1634 SecondCE = baseContCE - 0x0200; 1636 SecondCE = baseContCE - 0x02; 1700 if(isContinuation(SecondCE)) { 1701 src->lh[src->resultLen].baseContCE = SecondCE; 2024 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND; local 2065 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 180 milliseconds