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

  /external/chromium_org/third_party/icu/source/test/intltest/
cntabcol.cpp 158 if(res != UCOL_NOT_FOUND) {
164 if(res != UCOL_NOT_FOUND) {
212 if (uprv_cnttab_getCE(NULL, 0, 0, &status) != UCOL_NOT_FOUND) {
213 errln("uprv_cnttab_getCE didn't return UCOL_NOT_FOUND\n");
218 if (uprv_cnttab_findCE(NULL, 0, 0, &status) != UCOL_NOT_FOUND) {
219 errln("uprv_cnttab_findCE didn't return UCOL_NOT_FOUND\n");
  /external/icu4c/test/intltest/
cntabcol.cpp 158 if(res != UCOL_NOT_FOUND) {
164 if(res != UCOL_NOT_FOUND) {
212 if (uprv_cnttab_getCE(NULL, 0, 0, &status) != UCOL_NOT_FOUND) {
213 errln("uprv_cnttab_getCE didn't return UCOL_NOT_FOUND\n");
218 if (uprv_cnttab_findCE(NULL, 0, 0, &status) != UCOL_NOT_FOUND) {
219 errln("uprv_cnttab_findCE didn't return UCOL_NOT_FOUND\n");
  /external/chromium_org/third_party/icu/source/i18n/
ucol_cnt.cpp 501 return UCOL_NOT_FOUND;
504 return UCOL_NOT_FOUND;
523 return UCOL_NOT_FOUND;
532 return UCOL_NOT_FOUND;
546 if(element == UCOL_NOT_FOUND) {
554 return (UBool)(uprv_cnttab_getCE(table, element, 0, status) != UCOL_NOT_FOUND);
576 return UCOL_NOT_FOUND;
583 return UCOL_NOT_FOUND;
ucol.cpp     [all...]
ucol_bld.cpp 182 *nextCE = UCOL_NOT_FOUND;
213 *prevCE = UCOL_NOT_FOUND;
    [all...]
ucol_elm.cpp 907 uint32_t newCE = uprv_uca_processContraction(contractions, element, UCOL_NOT_FOUND, status);
    [all...]
ucol_tok.cpp     [all...]
ucol_imp.h 588 #define UCOL_NOT_FOUND 0xF0000000
    [all...]
ucol_sit.cpp 696 if(newCE != UCOL_NOT_FOUND) {
  /external/icu4c/i18n/
ucol_cnt.cpp 501 return UCOL_NOT_FOUND;
504 return UCOL_NOT_FOUND;
523 return UCOL_NOT_FOUND;
532 return UCOL_NOT_FOUND;
546 if(element == UCOL_NOT_FOUND) {
554 return (UBool)(uprv_cnttab_getCE(table, element, 0, status) != UCOL_NOT_FOUND);
576 return UCOL_NOT_FOUND;
583 return UCOL_NOT_FOUND;
ucol.cpp     [all...]
ucol_bld.cpp 183 *nextCE = UCOL_NOT_FOUND;
214 *prevCE = UCOL_NOT_FOUND;
    [all...]
ucol_elm.cpp 916 uint32_t newCE = uprv_uca_processContraction(contractions, element, UCOL_NOT_FOUND, status);
    [all...]
ucol_tok.cpp     [all...]
ucol_imp.h 604 #define UCOL_NOT_FOUND 0xF0000000
    [all...]
ucol_sit.cpp 740 if(newCE != UCOL_NOT_FOUND) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 1134 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1137 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]

Completed in 147 milliseconds