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

  /external/icu4c/common/
utypes.c 148 _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
202 } else if (U_REGEX_ERROR_START <= code && code < U_REGEX_ERROR_LIMIT) {
203 return _uRegexErrorName[code - U_REGEX_ERROR_START];
  /external/icu4c/common/unicode/
utypes.h 793 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */

Completed in 49 milliseconds