HomeSort by relevance Sort by last modified time
    Searched defs:UCASE_MAX_STRING_LENGTH (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucase.h 179 * Mapping to another code point: Positive values >UCASE_MAX_STRING_LENGTH
181 * Mapping to a string: The string length (0..UCASE_MAX_STRING_LENGTH) is
184 UCASE_MAX_STRING_LENGTH=0x1f
202 * @return Output code point or string length, see UCASE_MAX_STRING_LENGTH.
205 * @see UCASE_MAX_STRING_LENGTH
  /external/icu4c/common/
ucase.h 221 * Mapping to another code point: Positive values >UCASE_MAX_STRING_LENGTH
223 * Mapping to a string: The string length (0..UCASE_MAX_STRING_LENGTH) is
226 UCASE_MAX_STRING_LENGTH=0x1f
244 * @return Output code point or string length, see UCASE_MAX_STRING_LENGTH.
247 * @see UCASE_MAX_STRING_LENGTH

Completed in 94 milliseconds