Home
last modified time | relevance | path

Searched refs:U_INVARIANT_CONVERSION_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dcharstr.cpp118 errorCode = U_INVARIANT_CONVERSION_ERROR; in appendInvariantChars()
/external/icu/icu4c/source/common/unicode/
Dutypes.h533U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invar… enumerator
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp530 if (ec != U_INVARIANT_CONVERSION_ERROR) { in TestCharString()