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

  /external/icu4c/common/unicode/
ucnv_err.h 174 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 167 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 167 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 167 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
  /external/icu4c/samples/ucnv/
flagcb.c 124 if(reason == UCNV_CLOSE) {
256 if(reason == UCNV_CLOSE) {
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 61 ucnv_close(p);
82 ucnv_close(toUConverter(address));
361 case UCNV_CLOSE:
463 case UCNV_CLOSE:
  /external/icu4c/common/
ucnv.c 319 ucnv_close (UConverter * converter) function
352 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
367 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
488 ucnv_close(clone);
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 194 ucnv_close(ucnv_open(string, &err));
408 ucnv_close(converter);
414 ucnv_close(converter);
421 ucnv_close(converter);
452 ucnv_close(cnv);
531 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
549 ucnv_close(someConverters[0]);
550 ucnv_close(someConverters[1]);
551 ucnv_close(someConverters[2])
    [all...]

Completed in 493 milliseconds