Searched refs:UCNV_ILLEGAL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Ducnv_err.h158 UCNV_ILLEGAL = 1, /**< The code point is illegal. For example, enumerator in enum:__anon850
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducnv_err.h158 UCNV_ILLEGAL = 1, /**< The code point is illegal. For example, enumerator in enum:__anon2596
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Ducnv_err.h158 UCNV_ILLEGAL = 1, /**< The code point is illegal. For example, enumerator in enum:__anon5533
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv.c1103 *err==U_INVALID_CHAR_FOUND ? UCNV_UNASSIGNED : UCNV_ILLEGAL,
1544 if(cnv->toUCallbackReason==UCNV_ILLEGAL && *err==U_INVALID_CHAR_FOUND) {
1551 cnv->toUCallbackReason = UCNV_ILLEGAL; /* reset to default value */
H A Ducnv_bld.cpp1028 myUConverter->toUCallbackReason = UCNV_ILLEGAL; /* default reason to invoke (*fromCharErrorBehaviour) */

Completed in 137 milliseconds