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

  /external/icu4c/extra/uconv/
uwmsg.c 206 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*));
207 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*));
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h     [all...]
  /external/icu4c/common/unicode/
utypes.h 685 U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 443 for(;code<U_ERROR_LIMIT;code++){
  /external/icu4c/test/cintltst/
putiltst.c 454 for(;code<U_ERROR_LIMIT;code++){

Completed in 41 milliseconds