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 74 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
urename.h 693 #define ucnvsel_open macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 103 * ucnvsel_open() does not support "no encodings":
417 sel_rt = ucnvsel_open(encodings, num_encodings,
422 sel_fb = ucnvsel_open(NULL, 0,
427 sel_fb = ucnvsel_open(encodings, num_encodings,
431 sel_fb = ucnvsel_open(encodings, num_encodings,
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 510 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode));
511 if(errorCode.logIfFailureAndReset("ucnvsel_open()")) {
673 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode));
  /external/icu/icu4c/source/common/
ucnvsel.cpp 23 * a trie is built when you call ucnvsel_open() that
148 ucnvsel_open(const char* const* converterList, int32_t converterListSize, function

Completed in 457 milliseconds