Home
last modified time | relevance | path

Searched refs:getCETag (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Ducol_sit.cpp697 …if(isSpecial(CE) && getCETag(CE) == CONTRACTION_TAG && isSpecial(newCE) && getCETag(newCE) == SPEC… in addSpecial()
702 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) { in addSpecial()
710 if(getCETag(CE) == SPEC_PROC_TAG && addPrefixes) { in addSpecial()
719 … if(isSpecial(newCE) && (getCETag(newCE) == CONTRACTION_TAG || getCETag(newCE) == SPEC_PROC_TAG)) { in addSpecial()
725 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { in addSpecial()
731 } else if(getCETag(CE) == CONTRACTION_TAG) { in addSpecial()
739 … if(isSpecial(newCE) && (getCETag(newCE) == CONTRACTION_TAG || getCETag(newCE) == SPEC_PROC_TAG)) { in addSpecial()
745 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { in addSpecial()
765 if(((getCETag(CE) == SPEC_PROC_TAG && addPrefixes) || getCETag(CE) == CONTRACTION_TAG)) { in _processSpecials()
779 } else if(expansions && getCETag(CE) == EXPANSION_TAG) { in _processSpecials()
Ducol_cnt.h36 ((getCETag((CE)) == CONTRACTION_TAG)||(getCETag((CE)) == SPEC_PROC_TAG)))
Ducol_imp.h663 #define getCETag(CE) (((CE)&UCOL_TAG_MASK)>>UCOL_TAG_SHIFT) macro
664 #define isContraction(CE) (isSpecial((CE)) && (getCETag((CE)) == CONTRACTION_TAG))
665 #define isPrefix(CE) (isSpecial((CE)) && (getCETag((CE)) == SPEC_PROC_TAG))
Ducol_cnt.cpp203 …*(CEPointer+j) = constructContractCE(getCETag(*(CEPointer+j)), table->offsets[getContractOffset(*(… in uprv_cnttab_constructTable()
220 CE = constructContractCE(getCETag(CE), table->offsets[getContractOffset(CE)]); in uprv_cnttab_constructTable()
Ducol_elm.cpp1019 …if(isCntTableElement(existingCE) && ((UColCETags)getCETag(existingCE) == contractions->currentTag)… in uprv_uca_processContraction()
1097 if ((element->prefixSize!=0) && (!isSpecial(CE) || (getCETag(CE)!=IMPLICIT_TAG))) { in uprv_uca_finalizeAddition()
1381 tag = getCETag(value); in getFoldedValue()
1416 if(data > UCOL_NOT_FOUND && getCETag(data) == SURROGATE_TAG) { in myGetFoldingOffset()
Ducol.cpp1755 if (baseOrder > UCOL_NOT_FOUND && getCETag(baseOrder) == CONTRACTION_TAG) { in collPrevIterNormalize()
2742 switch(getCETag(CE)) { in ucol_prv_getSpecialCE()
3396 switch (getCETag(CE)) in ucol_prv_getSpecialPrevCE()
3458 if(isSpecial(isZeroCE) && getCETag(isZeroCE) == SURROGATE_TAG) { in ucol_prv_getSpecialPrevCE()
6272 switch (getCETag(CE)) { in ucol_setUpLatinOne()
6311 if(CE > UCOL_NOT_FOUND && getCETag(CE) == EXPANSION_TAG) { in ucol_setUpLatinOne()
7712 if(getCETag(sOrder) == CONTRACTION_TAG) { in ucol_strcollUseLatin1()
7757 if(getCETag(tOrder) == CONTRACTION_TAG) { in ucol_strcollUseLatin1()