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

  /external/icu/icu4c/source/samples/csdet/
csdet.c 61 const char *name = ucsdet_getName(csm[match], &status);
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 161 combinedenc = ucsdet_getName(bestCombinedMatch, &status);
196 enc = ucsdet_getName(ucm, &status);
291 const char *encname = ucsdet_getName(ucma[i], &status);
318 const char *encname = ucsdet_getName(matches[i], &status);
428 ucsdet_getName(matches[highestidx], &status), highest);
436 ucsdet_getName(matches[runnerupidx], &status), runnerup);
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 186 name = ucsdet_getName(match, &status);
206 name = ucsdet_getName(match, &status);
253 name = ucsdet_getName(match, &status);
267 name = ucsdet_getName(match, &status);
311 name = ucsdet_getName(match, &status);
333 name = ucsdet_getName(match, &status);
355 ucsdet_getName(NULL, &status);
418 if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) {
420 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));
491 name = ucsdet_getName(match, &status)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucsdet.h 229 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 187 UnicodeString name(ucsdet_getName(matches[0], &status));
202 const char *name = ucsdet_getName(matches[m], &status);
382 name = ucsdet_getName(match, &status);
403 name = ucsdet_getName(match, &status);
448 name = ucsdet_getName(match, &status);
470 name = ucsdet_getName(match, &status);
509 name = ucsdet_getName(match, &status);
523 name = ucsdet_getName(match, &status);
658 name = ucsdet_getName(match, &status);
671 name = ucsdet_getName(match, &status)
    [all...]
  /external/icu/icu4c/source/i18n/
ucsdet.cpp 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status)
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 1204 milliseconds