HomeSort by relevance Sort by last modified time
    Searched defs:ucnv_close (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/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/common/
ucnv.c 321 ucnv_close (UConverter * converter) function
354 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
369 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
490 ucnv_close(clone);
    [all...]
  /external/icu4c/common/unicode/
urename.h 594 #define ucnv_close macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 601 #define ucnv_close macro
    [all...]

Completed in 163 milliseconds