Searched defs:fromUnicode (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ducnv_cnv.h31 /* this is used in fromUnicode DBCS tables as an "unassigned" marker */
119 * are handled by pivoting, using the toUnicode and fromUnicode functions.
217 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
239 UConverterFromUnicode fromUnicode; member in struct:UConverterImpl
H A Ducnv.c825 UConverterFromUnicode fromUnicode; local
848 fromUnicode=cnv->sharedData->impl->fromUnicode;
850 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets;
851 if(fromUnicode==NULL) {
853 fromUnicode=cnv->sharedData->impl->fromUnicode;
902 fromUnicode(pArgs, err);
1110 * Output the fromUnicode overflow buffer.
2135 /* the fromUnicode overflo
[all...]

Completed in 30 milliseconds