HomeSort by relevance Sort by last modified time
    Searched refs:U_ILLEGAL_CHAR_FOUND (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu/icu4c/source/common/
ucnv_u32.c 110 *err = U_ILLEGAL_CHAR_FOUND;
194 *err = U_ILLEGAL_CHAR_FOUND;
265 *err = U_ILLEGAL_CHAR_FOUND;
275 *err = U_ILLEGAL_CHAR_FOUND;
284 *err = U_ILLEGAL_CHAR_FOUND;
369 *err = U_ILLEGAL_CHAR_FOUND;
379 *err = U_ILLEGAL_CHAR_FOUND;
388 *err = U_ILLEGAL_CHAR_FOUND;
461 *err = U_ILLEGAL_CHAR_FOUND;
577 *err = U_ILLEGAL_CHAR_FOUND;
    [all...]
punycode.cpp 454 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
465 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
490 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
510 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
521 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
ucnv_u16.c 221 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
228 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
349 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
462 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
469 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
562 *err=U_ILLEGAL_CHAR_FOUND;
820 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
827 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
948 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ucnv_u7.c 276 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
337 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
344 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
350 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
423 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ucnv_u8.c 212 *err = U_ILLEGAL_CHAR_FOUND;
342 *err = U_ILLEGAL_CHAR_FOUND;
418 *err = U_ILLEGAL_CHAR_FOUND;
545 *err = U_ILLEGAL_CHAR_FOUND;
644 *err = U_ILLEGAL_CHAR_FOUND;
662 *err = U_ILLEGAL_CHAR_FOUND;
751 *err = U_ILLEGAL_CHAR_FOUND;
    [all...]
ucnvbocu.cpp     [all...]
ucnvhz.c 310 *err = U_ILLEGAL_CHAR_FOUND;
467 *err=U_ILLEGAL_CHAR_FOUND;
476 *err=U_ILLEGAL_CHAR_FOUND;
ucnvscsu.c 378 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
532 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
702 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
829 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ustr_wcs.cpp 321 *pErrorCode = U_ILLEGAL_CHAR_FOUND;
373 *pErrorCode = U_ILLEGAL_CHAR_FOUND;
ucnvmbcs.cpp     [all...]
ucnv_ct.c 376 *err=U_ILLEGAL_CHAR_FOUND;
388 *err=U_ILLEGAL_CHAR_FOUND;
510 *err = U_ILLEGAL_CHAR_FOUND;
ucnvlat1.c 295 *pErrorCode= U_IS_SURROGATE(cp) ? U_ILLEGAL_CHAR_FOUND : U_INVALID_CHAR_FOUND;
556 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
594 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
ucnv2022.cpp     [all...]
ucnvisci.c     [all...]
unames.cpp     [all...]
ucnv.c     [all...]
  /external/icu/icu4c/source/tools/gensprep/
store.c 290 exit(U_ILLEGAL_CHAR_FOUND);
406 exit(U_ILLEGAL_CHAR_FOUND);
472 exit(U_ILLEGAL_CHAR_FOUND);
503 exit(U_ILLEGAL_CHAR_FOUND);
519 exit(U_ILLEGAL_CHAR_FOUND);
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 145 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
CharsetEncoderICU.java 175 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
  /external/icu/icu4c/source/common/unicode/
utypes.h 443 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units. */
  /external/icu/icu4c/source/tools/genrb/
ustr.c 171 *status = U_ILLEGAL_CHAR_FOUND;
wrtxml.cpp 262 *status = U_ILLEGAL_CHAR_FOUND;
327 *status = U_ILLEGAL_CHAR_FOUND;
338 *status = U_ILLEGAL_CHAR_FOUND;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 453 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_jpOffs2, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
464 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_cnOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
475 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_krOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
486 UCNV_FROM_U_CALLBACK_SKIP, from_hzOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
505 UCNV_FROM_U_CALLBACK_SKIP, from_isciiOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
687 UCNV_TO_U_CALLBACK_SKIP, fromIBM930Offs, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND ))
862 UCNV_TO_U_CALLBACK_SKIP, from_EBCIDIC_STATEFULOffsets, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND ))
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 207 return (error != U_BUFFER_OVERFLOW_ERROR && error != U_INVALID_CHAR_FOUND && error != U_ILLEGAL_CHAR_FOUND);
249 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND ||
305 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND ||
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 269 status = U_ILLEGAL_CHAR_FOUND;

Completed in 688 milliseconds

1 2