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 57 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 185 name = ucsdet_getName(match, &status);
205 name = ucsdet_getName(match, &status);
252 name = ucsdet_getName(match, &status);
266 name = ucsdet_getName(match, &status);
310 name = ucsdet_getName(match, &status);
332 name = ucsdet_getName(match, &status);
354 ucsdet_getName(NULL, &status);
417 if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) {
419 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));
490 name = ucsdet_getName(match, &status)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucsdet.h 227 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 76 milliseconds