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

1 2

  /external/icu/icu4c/source/common/
ucnv_u32.cpp 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.cpp 223 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
230 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
351 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
464 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
471 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
564 *err=U_ILLEGAL_CHAR_FOUND;
824 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
831 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
952 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ucnv_u7.cpp 278 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
339 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
346 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
352 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
425 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ucnv_u8.cpp 164 *err = U_ILLEGAL_CHAR_FOUND;
282 *err = U_ILLEGAL_CHAR_FOUND;
359 *err = U_ILLEGAL_CHAR_FOUND;
486 *err = U_ILLEGAL_CHAR_FOUND;
585 *err = U_ILLEGAL_CHAR_FOUND;
605 *err = U_ILLEGAL_CHAR_FOUND;
641 *err = U_ILLEGAL_CHAR_FOUND;
812 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
862 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
ucnvbocu.cpp     [all...]
ucnvhz.cpp 310 *err = U_ILLEGAL_CHAR_FOUND;
467 *err=U_ILLEGAL_CHAR_FOUND;
476 *err=U_ILLEGAL_CHAR_FOUND;
ucnvscsu.cpp 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...]
ucnvlat1.cpp 297 *pErrorCode= U_IS_SURROGATE(cp) ? U_ILLEGAL_CHAR_FOUND : U_INVALID_CHAR_FOUND;
564 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
602 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
ucnv2022.cpp     [all...]
ucnv_ct.cpp 381 *err=U_ILLEGAL_CHAR_FOUND;
393 *err=U_ILLEGAL_CHAR_FOUND;
515 *err = U_ILLEGAL_CHAR_FOUND;
ucnvisci.cpp     [all...]
unames.cpp     [all...]
ucnv.cpp     [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);
  /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...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 149 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
CharsetEncoderICU.java 178 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
  /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 503 milliseconds

1 2