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

  /external/icu4c/common/
ucnv_err.c 95 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
116 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
298 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
318 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
ucnv.c     [all...]
ucnv2022.cpp     [all...]
  /external/icu4c/common/unicode/
ucnv_err.h 156 UCNV_UNASSIGNED = 0, /**< The code point is unassigned.
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 149 UCNV_UNASSIGNED = 0, /**< The code point is unassigned.
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 149 UCNV_UNASSIGNED = 0, /**< The code point is unassigned.
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 149 UCNV_UNASSIGNED = 0, /**< The code point is unassigned.
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 363 if (reason == UCNV_UNASSIGNED) {
378 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
391 if (reason == UCNV_UNASSIGNED) {
408 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
  /external/chromium/googleurl/src/
url_canon_icu.cc 58 if (reason == UCNV_UNASSIGNED) {
  /external/chromium/base/i18n/
icu_string_conversions.cc 71 reason == UCNV_UNASSIGNED)) {
  /external/icu4c/samples/ucnv/
flagcb.c 40 if(reason == UCNV_UNASSIGNED) { /* whatever set should be trapped here */
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 380 case UCNV_UNASSIGNED:
484 case UCNV_UNASSIGNED:

Completed in 852 milliseconds