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

1 2

  /libcore/luni/src/main/java/libcore/icu/
ErrorCode.java 43 public static final int U_ILLEGAL_CHAR_FOUND = 12;
62 "U_ILLEGAL_CHAR_FOUND",
  /external/icu4c/common/
ucnv_u32.c 107 *err = U_ILLEGAL_CHAR_FOUND;
191 *err = U_ILLEGAL_CHAR_FOUND;
262 *err = U_ILLEGAL_CHAR_FOUND;
272 *err = U_ILLEGAL_CHAR_FOUND;
281 *err = U_ILLEGAL_CHAR_FOUND;
366 *err = U_ILLEGAL_CHAR_FOUND;
376 *err = U_ILLEGAL_CHAR_FOUND;
385 *err = U_ILLEGAL_CHAR_FOUND;
458 *err = U_ILLEGAL_CHAR_FOUND;
574 *err = U_ILLEGAL_CHAR_FOUND;
    [all...]
punycode.c 448 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
459 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
484 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
504 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
515 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
ucnv_u16.c 219 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
226 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
347 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
460 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
467 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
560 *err=U_ILLEGAL_CHAR_FOUND;
818 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
825 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
946 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ucnv_u7.c 272 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
333 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
340 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
346 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
419 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ucnv_u8.c 198 *err = U_ILLEGAL_CHAR_FOUND;
328 *err = U_ILLEGAL_CHAR_FOUND;
404 *err = U_ILLEGAL_CHAR_FOUND;
531 *err = U_ILLEGAL_CHAR_FOUND;
630 *err = U_ILLEGAL_CHAR_FOUND;
648 *err = U_ILLEGAL_CHAR_FOUND;
733 *err = U_ILLEGAL_CHAR_FOUND;
936 *pErrorCode=U_ILLEGAL_CHAR_FOUND
    [all...]
ucnvbocu.c     [all...]
ucnvhz.c 308 *err = U_ILLEGAL_CHAR_FOUND;
467 *err=U_ILLEGAL_CHAR_FOUND;
476 *err=U_ILLEGAL_CHAR_FOUND;
ucnvscsu.c 375 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
529 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
699 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
826 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
    [all...]
ustr_wcs.c 319 *pErrorCode = U_ILLEGAL_CHAR_FOUND;
371 *pErrorCode = U_ILLEGAL_CHAR_FOUND;
ucnvmbcs.c     [all...]
ucnv_ct.c 375 *err=U_ILLEGAL_CHAR_FOUND;
387 *err=U_ILLEGAL_CHAR_FOUND;
506 *err = U_ILLEGAL_CHAR_FOUND;
ucnvlat1.c 292 *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.c     [all...]
  /external/icu4c/tools/gensprep/
store.c 290 exit(U_ILLEGAL_CHAR_FOUND);
427 exit(U_ILLEGAL_CHAR_FOUND);
502 exit(U_ILLEGAL_CHAR_FOUND);
533 exit(U_ILLEGAL_CHAR_FOUND);
549 exit(U_ILLEGAL_CHAR_FOUND);
  /external/icu4c/common/unicode/
utypes.h 681 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units. */
    [all...]
  /external/icu4c/tools/genrb/
ustr.c 168 *status = U_ILLEGAL_CHAR_FOUND;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 562 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units.. */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 562 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units.. */
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 562 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units.. */
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 562 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units.. */
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 150 } else if (ec == ErrorCode.U_ILLEGAL_CHAR_FOUND) {
CharsetEncoderICU.java 180 } else if (ec == ErrorCode.U_ILLEGAL_CHAR_FOUND) {
  /external/icu4c/test/cintltst/
nccbtst.c 449 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_jpOffs2, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
460 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_cnOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
471 UCNV_FROM_U_CALLBACK_SKIP, from_iso_2022_krOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
482 UCNV_FROM_U_CALLBACK_SKIP, from_hzOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
501 UCNV_FROM_U_CALLBACK_SKIP, from_isciiOffs1, NULL, 0,UCNV_SKIP_STOP_ON_ILLEGAL,U_ILLEGAL_CHAR_FOUND ))
683 UCNV_TO_U_CALLBACK_SKIP, fromIBM930Offs, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND ))
863 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 119 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND) {
165 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND) {

Completed in 712 milliseconds

1 2