HomeSort by relevance Sort by last modified time
    Searched refs:U_ILLEGAL_CHAR_FOUND (Results 26 - 50 of 54) sorted by null

12 3

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 178 return (error != U_BUFFER_OVERFLOW_ERROR && error != U_INVALID_CHAR_FOUND && error != U_ILLEGAL_CHAR_FOUND);
220 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND) {
275 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND) {
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 661 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units. */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c 168 *status = U_ILLEGAL_CHAR_FOUND;
wrtxml.cpp 248 *status = U_ILLEGAL_CHAR_FOUND;
313 *status = U_ILLEGAL_CHAR_FOUND;
324 *status = U_ILLEGAL_CHAR_FOUND;
    [all...]
  /external/icu4c/common/unicode/
utypes.h 522 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units. */
  /external/icu4c/tools/genrb/
ustr.c 169 *status = U_ILLEGAL_CHAR_FOUND;
wrtxml.cpp 250 *status = U_ILLEGAL_CHAR_FOUND;
315 *status = U_ILLEGAL_CHAR_FOUND;
326 *status = U_ILLEGAL_CHAR_FOUND;
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 144 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
CharsetEncoderICU.java 173 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.c     [all...]
ucnvisci.c     [all...]
unames.c     [all...]
ucnv.c     [all...]
ucnv_lmb.c     [all...]
  /external/icu4c/common/
ucnv2022.cpp     [all...]
ucnvisci.c     [all...]
unames.cpp     [all...]
ucnv.c     [all...]
ucnv_lmb.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 445 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_jpOffs2, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
456 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_cnOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
467 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_krOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
478 UCNV_FROM_U_CALLBACK_SKIP, from_hzOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
497 UCNV_FROM_U_CALLBACK_SKIP, from_isciiOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
679 UCNV_TO_U_CALLBACK_SKIP, fromIBM930Offs, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND ))
854 UCNV_TO_U_CALLBACK_SKIP, from_EBCIDIC_STATEFULOffsets, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND ))
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 451 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_jpOffs2, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
462 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_cnOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
473 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_krOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
484 UCNV_FROM_U_CALLBACK_SKIP, from_hzOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
503 UCNV_FROM_U_CALLBACK_SKIP, from_isciiOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
685 UCNV_TO_U_CALLBACK_SKIP, fromIBM930Offs, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND ))
860 UCNV_TO_U_CALLBACK_SKIP, from_EBCIDIC_STATEFULOffsets, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND ))
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 265 status = U_ILLEGAL_CHAR_FOUND;
  /external/icu4c/test/perf/convperf/
convperf.h 265 status = U_ILLEGAL_CHAR_FOUND;
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 142 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND;
255 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 151 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND;
273 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]

Completed in 411 milliseconds

12 3