Searched defs:U_ILLEGAL_ESCAPE_SEQUENCE (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utypes.h | 468 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illegal escape sequence */ enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utypes.h | 468 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illegal escape sequence */ enumerator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utypes.h | 472 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illegal escape sequence */ enumerator
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 4090 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCAPE_SEQUENCE, "an invalid character [ISO-2022-KR]"); in TestISO_2022_KR() local 4173 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCAPE_SEQUENCE, "an invalid character [ISO-2022-KR]"); in TestISO_2022_KR_1() local
|
Completed in 14 milliseconds