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

  /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){
200 return _uBrkErrorName[code - U_BRK_ERROR_START];
  /external/icu4c/common/unicode/
utypes.h 752 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */

Completed in 319 milliseconds