HomeSort by relevance Sort by last modified time
    Searched refs:newCE (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
ucol_sit.cpp 694 uint32_t newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
696 if(newCE != UCOL_NOT_FOUND) {
697 if(isSpecial(CE) && getCETag(CE) == CONTRACTION_TAG && isSpecial(newCE) && getCETag(newCE) == SPEC_PROC_TAG && addPrefixes) {
698 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
717 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
719 if(isSpecial(newCE) && (getCETag(newCE) == CONTRACTION_TAG || getCETag(newCE) == SPEC_PROC_TAG)) {
720 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status)
    [all...]
ucol_cnt.h 90 uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t newCE, UErrorCode *status);
ucol_elm.cpp 907 uint32_t newCE = uprv_uca_processContraction(contractions, element, UCOL_NOT_FOUND, status);
908 uprv_cnttab_addContraction(contractions, firstContractionOffset, *element->prefix, newCE, status);
    [all...]
ucol_cnt.cpp 558 uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t newCE, UErrorCode *status) {
580 tbl->CEs[position] = newCE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 68 milliseconds