/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.c | 507 log_verbose("Testing fromUnicode for BOCU-1 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip() 595 log_verbose("Testing fromUnicode for CESU-8 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip() 653 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_SKIP \n"); in TestSkip() 668 UCNV_TO_U_CALLBACK_SKIP, fromIBM949Offs, NULL, 0 )) in TestSkip() 672 UCNV_TO_U_CALLBACK_SKIP, fromIBM943Offs, NULL, 0 )) in TestSkip() 678 UCNV_TO_U_CALLBACK_SKIP, fromIBM930Offs, NULL, 0 )) in TestSkip() 684 UCNV_TO_U_CALLBACK_SKIP, fromIBM930Offs, NULL, 0,"i",U_ILLEGAL_CHAR_FOUND )) in TestSkip() 702 UCNV_TO_U_CALLBACK_SKIP, usasciiToUOffsets, in TestSkip() 713 UCNV_TO_U_CALLBACK_SKIP, usasciiToUOffsets, in TestSkip() 724 UCNV_TO_U_CALLBACK_SKIP, latin1ToUOffset in TestSkip() [all...] |
H A D | nucnvtst.c | 1957 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF8() 2028 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestCESU8() 2325 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF32BE() 2396 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF32LE()
|
H A D | ccapitst.c | 2751 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode); in testFromBadUTF8()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnv_err.h | 401 U_CAPI void U_EXPORT2 UCNV_TO_U_CALLBACK_SKIP (
|
H A D | urename.h | 76 #define UCNV_TO_U_CALLBACK_SKIP U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_SKIP) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv_err.h | 401 U_CAPI void U_EXPORT2 UCNV_TO_U_CALLBACK_SKIP (
|
H A D | urename.h | 76 #define UCNV_TO_U_CALLBACK_SKIP U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_SKIP) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv_err.h | 401 U_CAPI void U_EXPORT2 UCNV_TO_U_CALLBACK_SKIP (
|
H A D | urename.h | 71 #define UCNV_TO_U_CALLBACK_SKIP U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_SKIP) macro
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | uconv.cpp | 145 UCNV_TO_U_CALLBACK_SKIP, 0 }, 1266 toucallback = UCNV_TO_U_CALLBACK_SKIP; in main()
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uconv.cpp | 145 UCNV_TO_U_CALLBACK_SKIP, 0 }, 1266 toucallback = UCNV_TO_U_CALLBACK_SKIP; in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_err.cpp | 363 UCNV_TO_U_CALLBACK_SKIP ( in UCNV_TO_U_CALLBACK_SKIP() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_err.cpp | 363 UCNV_TO_U_CALLBACK_SKIP ( in UCNV_TO_U_CALLBACK_SKIP() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_err.cpp | 363 UCNV_TO_U_CALLBACK_SKIP ( in UCNV_TO_U_CALLBACK_SKIP() function
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | convtest.cpp | 162 callback=UCNV_TO_U_CALLBACK_SKIP; in TestToUnicode()
|