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

  /external/chromium/base/i18n/
icu_string_conversions.cc 84 ucnv_getMaxCharSize(converter));
  /external/icu4c/samples/ucnv/
convsamp.cpp 1009 bufSize = (BUFFERSIZE*ucnv_getMaxCharSize(conv));
1011 BUFFERSIZE, ucnv_getMaxCharSize(conv), bufSize);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 220 return (cnv != NULL) ? ucnv_getMaxCharSize(cnv) : -1;
230 return (cnv != NULL) ? ((ucnv_getMaxCharSize(cnv) + ucnv_getMinCharSize(cnv)) / 2.0) : -1;
  /external/icu4c/common/unicode/
ucnv.h 784 ucnv_getMaxCharSize(const UConverter *converter);
797 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
802 * @see ucnv_getMaxCharSize
813 * @see ucnv_getMaxCharSize
    [all...]
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 635 ucnv_getMaxCharSize(const UConverter *converter);
650 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
655 * @see ucnv_getMaxCharSize
668 * @see ucnv_getMaxCharSize
    [all...]
urename.h 491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 635 ucnv_getMaxCharSize(const UConverter *converter);
650 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
655 * @see ucnv_getMaxCharSize
668 * @see ucnv_getMaxCharSize
    [all...]
urename.h 491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 635 ucnv_getMaxCharSize(const UConverter *converter);
650 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
655 * @see ucnv_getMaxCharSize
668 * @see ucnv_getMaxCharSize
    [all...]
urename.h 491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2
    [all...]
  /external/icu4c/io/
uscanf_p.c 841 limit = alias + ucnv_getMaxCharSize(conv);
    [all...]
  /external/icu4c/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/icu4c/common/
ucnv.c 646 ucnv_getMaxCharSize (const UConverter * converter)
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2
    [all...]

Completed in 592 milliseconds