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

  /external/chromium_org/third_party/icu/source/io/
ufmt_cmn.h 27 #define MAX_UCHAR_BUFFER_SIZE(buffer) (sizeof(buffer)/(U16_MAX_LENGTH*sizeof(UChar)))
28 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*U16_MAX_LENGTH*sizeof(UChar))
uprntf_p.c 249 UChar s[U16_MAX_LENGTH+1];
    [all...]
  /external/icu/icu4c/source/io/
ufmt_cmn.h 27 #define MAX_UCHAR_BUFFER_SIZE(buffer) (sizeof(buffer)/(U16_MAX_LENGTH*sizeof(UChar)))
28 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*U16_MAX_LENGTH*sizeof(UChar))
uprntf_p.c 249 UChar s[U16_MAX_LENGTH+1];
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.h 220 UChar invalidUCharBuffer[U16_MAX_LENGTH]; /* UChars from last error/callback situation */
unistr.cpp 174 UChar units[U16_MAX_LENGTH];
    [all...]
uprops.cpp 120 } else if(nfd.length()<=U16_MAX_LENGTH &&
ucnv.c     [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.h 220 UChar invalidUCharBuffer[U16_MAX_LENGTH]; /* UChars from last error/callback situation */
unistr.cpp 174 UChar units[U16_MAX_LENGTH];
    [all...]
uprops.cpp 120 } else if(nfd.length()<=U16_MAX_LENGTH &&
ucnv.c     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utf16.h 145 #define U16_MAX_LENGTH 2
utf_old.h 543 /** @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. */
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf16.h 145 #define U16_MAX_LENGTH 2
utf_old.h 543 /** @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. */
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c     [all...]
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c     [all...]
ccapitst.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp 890 UChar buff[U16_MAX_LENGTH];
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 1310 milliseconds