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

  /external/icu/icu4c/source/common/unicode/
ucnvsel.h 76 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
urename.h 698 #define ucnvsel_open macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 105 * ucnvsel_open() does not support "no encodings":
419 sel_rt = ucnvsel_open(encodings, num_encodings,
424 sel_fb = ucnvsel_open(NULL, 0,
429 sel_fb = ucnvsel_open(encodings, num_encodings,
433 sel_fb = ucnvsel_open(encodings, num_encodings,
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 512 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode));
513 if(errorCode.logIfFailureAndReset("ucnvsel_open()")) {
675 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode));
  /external/icu/icu4c/source/common/
ucnvsel.cpp 25 * a trie is built when you call ucnvsel_open() that
150 ucnvsel_open(const char* const* converterList, int32_t converterListSize, function

Completed in 416 milliseconds