HomeSort by relevance Sort by last modified time
    Searched refs:preToULength (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
ucnv.c 611 converter->preToULength = 0;
    [all...]
ucnv_ext.cpp 322 cnv->preToULength=(int8_t)match;
375 cnv->preToU, cnv->preToULength,
380 if(match>=cnv->preToULength) {
382 pArgs->source+=match-cnv->preToULength;
383 cnv->preToULength=0;
386 length=cnv->preToULength-match;
388 cnv->preToULength=(int8_t)-length;
405 for(j=cnv->preToULength; j<match; ++j) {
409 cnv->preToULength=(int8_t)match;
434 length=cnv->preToULength-cnv->preToUFirstLength
    [all...]
ucnv_bld.h 229 int8_t preFromULength, preToULength; /* negative: replay */
ucnvmbcs.c     [all...]
ucnv2022.cpp     [all...]

Completed in 269 milliseconds