Searched refs:ucnv_getMaxCharSize (Results 1 - 15 of 15) sorted by relevance

/external/chromium/base/i18n/
H A Dicu_string_conversions.cc84 ucnv_getMaxCharSize(converter));
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp1014 bufSize = (BUFFERSIZE*ucnv_getMaxCharSize(conv));
1016 BUFFERSIZE, ucnv_getMaxCharSize(conv), bufSize);
/external/icu4c/common/unicode/
H A Ducnv.h782 ucnv_getMaxCharSize(const UConverter *converter);
795 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
800 * @see ucnv_getMaxCharSize
811 * @see ucnv_getMaxCharSize
1213 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
H A Durename.h645 #define ucnv_getMaxCharSize U_ICU_ENTRY_POINT_RENAME(ucnv_getMaxCharSize) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h635 ucnv_getMaxCharSize(const UConverter *converter);
650 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
655 * @see ucnv_getMaxCharSize
668 * @see ucnv_getMaxCharSize
1057 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
H A Durename.h491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h635 ucnv_getMaxCharSize(const UConverter *converter);
650 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
655 * @see ucnv_getMaxCharSize
668 * @see ucnv_getMaxCharSize
1057 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
H A Durename.h491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h635 ucnv_getMaxCharSize(const UConverter *converter);
650 * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter
655 * @see ucnv_getMaxCharSize
668 * @see ucnv_getMaxCharSize
1057 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
H A Durename.h491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2 macro
/external/icu4c/io/
H A Duscanf_p.c842 limit = alias + ucnv_getMaxCharSize(conv);
/external/icu4c/test/cintltst/
H A Dccapitst.c627 /*Tests ucnv_getMaxCharSize() and ucnv_getMinCharSize()*/
629 log_verbose("Testing ucnv_getMaxCharSize()...\n");
630 if (ucnv_getMaxCharSize(myConverter)==CodePagesMaxChars[codepage_index])
2962 if (converter[idx].maxSize != ucnv_getMaxCharSize(cnv)) {
2963 log_err("error: ucnv_getMaxCharSize(%s) expected %d, got %d\n",
2964 converter[idx].name, converter[idx].maxSize, ucnv_getMaxCharSize(cnv));
H A Dnucnvtst.c5417 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv);
/external/icu4c/common/
H A Ducnv.c644 ucnv_getMaxCharSize (const UConverter * converter) function
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h491 #define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_2 macro

Completed in 265 milliseconds