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

  /libcore/luni/src/main/java/libcore/icu/
ErrorCode.java 18 return error > U_ZERO_ERROR && error < U_ERROR_LIMIT;
22 if (error <= U_ZERO_ERROR && error >= U_ERROR_LIMIT) {
46 private static final int U_ERROR_LIMIT = 21;
  /external/icu4c/extra/uconv/
uwmsg.c 211 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*));
212 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*));
  /external/icu4c/common/unicode/
utypes.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 703 U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 703 U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 703 U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 703 U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
  /external/icu4c/test/cintltst/
putiltst.c 443 for(;code<U_ERROR_LIMIT;code++){

Completed in 63 milliseconds