Lines Matching defs:convert
880 * We need to "replay" them from a temporary buffer and convert them first.
900 * convert
910 /* convert */
1325 * We need to "replay" them from a temporary buffer and convert them first.
1345 * convert
1355 /* convert */
1952 /* convert to one UChar in buffer[0], or handle getNextUChar() errors */
2002 /* convert once more, to buffer[1] */
2060 UConverterConvert convert;
2145 convert=targetCnv->sharedData->impl->fromUTF8;
2149 convert=sourceCnv->sharedData->impl->toUTF8;
2151 convert=NULL;
2173 if(convert!=NULL && (pivotLimit-pivotStart)>32) {
2280 if(convert!=NULL && targetCnv->preFromUFirstCP<0 && sourceCnv->preToULength==0) {
2285 convert(&fromUArgs, &toUArgs, pErrorCode);
2360 /* conversion error, or there was nothing left to convert */