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

  /external/chromium/third_party/icu/source/common/
utypes.c 124 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
188 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){
  /external/icu4c/common/
utypes.c 129 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
199 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){
  /external/chromium/third_party/icu/public/common/unicode/
utypes.h 737 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
    [all...]
  /external/icu4c/common/unicode/
utypes.h 766 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
  /external/webkit/WebCore/icu/unicode/
utypes.h 661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */

Completed in 825 milliseconds