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

  /external/icu4c/common/
ucnv.c 609 converter->preToULength = 0;
    [all...]
ucnv_ext.c 321 cnv->preToULength=(int8_t)match;
374 cnv->preToU, cnv->preToULength,
379 if(match>=cnv->preToULength) {
381 pArgs->source+=match-cnv->preToULength;
382 cnv->preToULength=0;
385 length=cnv->preToULength-match;
387 cnv->preToULength=(int8_t)-length;
404 for(j=cnv->preToULength; j<match; ++j) {
408 cnv->preToULength=(int8_t)match;
433 length=cnv->preToULength-cnv->preToUFirstLength
    [all...]
ucnv_bld.h 228 int8_t preFromULength, preToULength; /* negative: replay */
ucnvmbcs.c     [all...]
ucnv2022.c     [all...]

Completed in 369 milliseconds