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

  /external/chromium/third_party/icu/source/common/
utypes.c 142 _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
190 } else if (U_REGEX_ERROR_START <= code && code < U_REGEX_ERROR_LIMIT) {
  /external/icu4c/common/
utypes.c 147 _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
201 } else if (U_REGEX_ERROR_START <= code && code < U_REGEX_ERROR_LIMIT) {
  /external/chromium/third_party/icu/public/common/unicode/
utypes.h 763 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
    [all...]
  /external/icu4c/common/unicode/
utypes.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
  /external/webkit/WebCore/icu/unicode/
utypes.h 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */

Completed in 346 milliseconds