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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c2054 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, argument
2076 if( targetCnv==NULL || sourceCnv==NULL ||
2131 ucnv_resetFromUnicode(targetCnv);
2133 } else if(targetCnv->charErrorBufferLength>0) {
2134 /* output the targetCnv overflow buffer */
2135 if(ucnv_outputOverflowFromUnicode(targetCnv, target, targetLimit, NULL, pErrorCode)) {
2142 targetCnv->preFromULength>=0 && *pivotSource==*pivotTarget &&
2152 targetCnv->sharedData->impl->fromUTF8!=NULL
2154 convert=targetCnv->sharedData->impl->fromUTF8;
2155 } else if( targetCnv
[all...]
/external/icu/icu4c/source/common/
H A Ducnv.c2054 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, argument
2076 if( targetCnv==NULL || sourceCnv==NULL ||
2131 ucnv_resetFromUnicode(targetCnv);
2133 } else if(targetCnv->charErrorBufferLength>0) {
2134 /* output the targetCnv overflow buffer */
2135 if(ucnv_outputOverflowFromUnicode(targetCnv, target, targetLimit, NULL, pErrorCode)) {
2142 targetCnv->preFromULength>=0 && *pivotSource==*pivotTarget &&
2152 targetCnv->sharedData->impl->fromUTF8!=NULL
2154 convert=targetCnv->sharedData->impl->fromUTF8;
2155 } else if( targetCnv
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h1447 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1470 * ucnv_resetFromUnicode(targetCnv) are called, and the
1493 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h1447 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1470 * ucnv_resetFromUnicode(targetCnv) are called, and the
1493 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c2129 convertExStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2162 ucnv_resetFromUnicode(targetCnv);
2175 ucnv_convertEx(targetCnv, srcCnv,
2219 convertExMultiStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2224 convertExStreaming(srcCnv, targetCnv,
2228 convertExStreaming(srcCnv, targetCnv,
2232 convertExStreaming(srcCnv, targetCnv,
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2133 convertExStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2166 ucnv_resetFromUnicode(targetCnv);
2179 ucnv_convertEx(targetCnv, srcCnv,
2223 convertExMultiStreaming(UConverter *srcCnv, UConverter *targetCnv, argument
2228 convertExStreaming(srcCnv, targetCnv,
2232 convertExStreaming(srcCnv, targetCnv,
2236 convertExStreaming(srcCnv, targetCnv,

Completed in 2765 milliseconds