HomeSort by relevance Sort by last modified time
    Searched full:newce (Results 1 - 7 of 7) 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;
usearch.cpp 333 uint32_t newce = getCE(strsrch, ce); local
334 if (newce) {
336 newce,
    [all...]
  /external/opencv/cvaux/src/
cvclique.cpp 368 int newce = newne;
377 new_[newce] = old[i];
382 newce++;
411 if( newce == 0 )
436 if( newne < newce )
440 ce[k] = newce;
615 int newce = newne;
621 new_[newce] = old[i];
622 newce++;
633 if( newce == 0
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 797 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC))
798 NewC = ConstantFoldConstantExpression(NewCE, TD);
    [all...]

Completed in 390 milliseconds