Searched refs:targetCnv (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Ducnv.c2042 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, argument
2064 if( targetCnv==NULL || sourceCnv==NULL ||
2119 ucnv_resetFromUnicode(targetCnv);
2121 } else if(targetCnv->charErrorBufferLength>0) {
2122 /* output the targetCnv overflow buffer */
2123 if(ucnv_outputOverflowFromUnicode(targetCnv, target, targetLimit, NULL, pErrorCode)) {
2130 targetCnv->preFromULength>=0 && *pivotSource==*pivotTarget &&
2140 targetCnv->sharedData->impl->fromUTF8!=NULL
2142 convert=targetCnv->sharedData->impl->fromUTF8;
2143 } else if( targetCnv
[all...]
/external/icu4c/common/
H A Ducnv.c2042 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, argument
2064 if( targetCnv==NULL || sourceCnv==NULL ||
2119 ucnv_resetFromUnicode(targetCnv);
2121 } else if(targetCnv->charErrorBufferLength>0) {
2122 /* output the targetCnv overflow buffer */
2123 if(ucnv_outputOverflowFromUnicode(targetCnv, target, targetLimit, NULL, pErrorCode)) {
2130 targetCnv->preFromULength>=0 && *pivotSource==*pivotTarget &&
2140 targetCnv->sharedData->impl->fromUTF8!=NULL
2142 convert=targetCnv->sharedData->impl->fromUTF8;
2143 } else if( targetCnv
[all...]
/external/chromium/third_party/icu/public/common/unicode/
H A Ducnv.h1383 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1406 * ucnv_resetFromUnicode(targetCnv) are called, and the
1429 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/external/icu4c/common/unicode/
H A Ducnv.h1403 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1426 * ucnv_resetFromUnicode(targetCnv) are called, and the
1449 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/external/webkit/JavaScriptCore/icu/unicode/
H A Ducnv.h1273 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1296 * ucnv_resetFromUnicode(targetCnv) are called, and the
1319 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/external/webkit/JavaScriptGlue/icu/unicode/
H A Ducnv.h1273 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1296 * ucnv_resetFromUnicode(targetCnv) are called, and the
1319 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/external/webkit/WebCore/icu/unicode/
H A Ducnv.h1273 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1296 * ucnv_resetFromUnicode(targetCnv) are called, and the
1319 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c2163 convertExStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2196 ucnv_resetFromUnicode(targetCnv);
2209 ucnv_convertEx(targetCnv, srcCnv,
2253 convertExMultiStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2258 convertExStreaming(srcCnv, targetCnv,
2262 convertExStreaming(srcCnv, targetCnv,
2266 convertExStreaming(srcCnv, targetCnv,
/external/icu4c/test/cintltst/
H A Dccapitst.c2169 convertExStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2202 ucnv_resetFromUnicode(targetCnv);
2215 ucnv_convertEx(targetCnv, srcCnv,
2259 convertExMultiStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2264 convertExStreaming(srcCnv, targetCnv,
2268 convertExStreaming(srcCnv, targetCnv,
2272 convertExStreaming(srcCnv, targetCnv,

Completed in 101 milliseconds