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

  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.c 99 } const cnvNameType[] = {
366 limit = sizeof(cnvNameType)/sizeof(cnvNameType[0]);
376 result = uprv_strcmp(strippedName, cnvNameType[mid].name);
383 return converterData[cnvNameType[mid].type];
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.cpp 107 } const cnvNameType[] = {
376 limit = sizeof(cnvNameType)/sizeof(cnvNameType[0]);
386 result = uprv_strcmp(strippedName, cnvNameType[mid].name);
393 return converterData[cnvNameType[mid].type];
    [all...]

Completed in 63 milliseconds