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

  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 207 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*));
208 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*));
  /external/icu/icu4c/source/common/unicode/
utypes.h 658 U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 456 for(;code<U_ERROR_LIMIT;code++){

Completed in 90 milliseconds