HomeSort by relevance Sort by last modified time
    Searched defs:fromUnicode (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ucnv_cnv.h 31 /* 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;
ucnv.c 825 UConverterFromUnicode fromUnicode;
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);
    [all...]

Completed in 491 milliseconds