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

  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 176 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 128 if(reason == UCNV_CLOSE) {
260 if(reason == UCNV_CLOSE) {
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 172 ucnv_close(toUConverter(address));
359 case UCNV_CLOSE:
463 case UCNV_CLOSE:
616 ucnv_close(reinterpret_cast<UConverter*>(converter));
  /external/icu/icu4c/source/common/
ucnv.c 326 ucnv_close (UConverter * converter) function
359 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
374 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
490 ucnv_close(clone);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 151 ucnv_close(ucnv_open(string, &err));
364 ucnv_close(converter);
370 ucnv_close(converter);
377 ucnv_close(converter);
408 ucnv_close(cnv);
487 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
505 ucnv_close(someConverters[0]);
506 ucnv_close(someConverters[1]);
507 ucnv_close(someConverters[2])
    [all...]

Completed in 181 milliseconds