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

  /external/sfntly/cpp/src/test/
test_utils.cc 42 char* target = new char[ucnv_getMaxCharSize(encoder) * 2];
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 1015 bufSize = (BUFFERSIZE*ucnv_getMaxCharSize(conv));
1017 BUFFERSIZE, ucnv_getMaxCharSize(conv), bufSize);
  /external/icu/icu4c/source/common/unicode/
ucnv.h 793 ucnv_getMaxCharSize(const UConverter *converter);
806 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
811 * @see ucnv_getMaxCharSize
822 * @see ucnv_getMaxCharSize
    [all...]
urename.h     [all...]
  /external/icu/libandroidicu/include/unicode/
ucnv.h 793 ucnv_getMaxCharSize(const UConverter *converter);
806 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
811 * @see ucnv_getMaxCharSize
822 * @see ucnv_getMaxCharSize
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/io/
uscanf_p.cpp 870 limit = alias + ucnv_getMaxCharSize(conv);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 584 /*Tests ucnv_getMaxCharSize() and ucnv_getMinCharSize()*/
586 log_verbose("Testing ucnv_getMaxCharSize()...\n");
587 if (ucnv_getMaxCharSize(myConverter)==CodePagesMaxChars[codepage_index])
    [all...]
nucnvtst.c     [all...]
  /external/icu/icu4c/source/common/
ucnv.cpp 646 ucnv_getMaxCharSize (const UConverter * converter)
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]

Completed in 310 milliseconds