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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c2046 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, argument
2068 if( targetCnv==NULL || sourceCnv==NULL ||
2123 ucnv_resetFromUnicode(targetCnv);
2125 } else if(targetCnv->charErrorBufferLength>0) {
2126 /* output the targetCnv overflow buffer */
2127 if(ucnv_outputOverflowFromUnicode(targetCnv, target, targetLimit, NULL, pErrorCode)) {
2134 targetCnv->preFromULength>=0 && *pivotSource==*pivotTarget &&
2144 targetCnv->sharedData->impl->fromUTF8!=NULL
2146 convert=targetCnv->sharedData->impl->fromUTF8;
2147 } else if( targetCnv
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv.h1441 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1464 * ucnv_resetFromUnicode(targetCnv) are called, and the
1487 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/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,
/macosx-10.9.5/WebCore-7537.78.1/icu/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,
/macosx-10.9.5/ICU-511.35/icuSources/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,

Completed in 230 milliseconds