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 */
122 * are handled by pivoting, using the toUnicode and fromUnicode functions.
220 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
242 UConverterFromUnicode fromUnicode;
ucnv.c 827 UConverterFromUnicode fromUnicode;
850 fromUnicode=cnv->sharedData->impl->fromUnicode;
852 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets;
853 if(fromUnicode==NULL) {
855 fromUnicode=cnv->sharedData->impl->fromUnicode;
904 fromUnicode(pArgs, err);
    [all...]

Completed in 5109 milliseconds