HomeSort by relevance Sort by last modified time
    Searched refs:U_INVARIANT_CONVERSION_ERROR (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
charstr.cpp 120 errorCode = U_INVARIANT_CONVERSION_ERROR;
  /external/icu/icu4c/source/common/unicode/
utypes.h 458 U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invariant converter. */
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 533 if (ec != U_INVARIANT_CONVERSION_ERROR) {
534 errln("%s:%d expected U_INVARIANT_CONVERSION_ERROR, got %s", __FILE__, __LINE__, u_errorName(ec));

Completed in 70 milliseconds