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

  /external/icu/icu4c/source/common/
ucnv_bld.h 235 char preToU[UCNV_EXT_MAX_BYTES];
ucnv_ext.cpp 315 cnv->preToU[j]=*s++;
322 cnv->preToU[j]=*s++;
378 cnv->preToU, cnv->preToULength,
388 /* the match did not use all of preToU[] - keep the rest for replay */
390 uprv_memmove(cnv->preToU, cnv->preToU+match, length);
405 /* just _append_ the newly consumed input to preToU[] */
409 cnv->preToU[j]=*s++;
421 * We need to move it from the preToU buffer
433 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength)
    [all...]
ucnv.cpp     [all...]
ucnv2022.cpp     [all...]
ucnvmbcs.cpp     [all...]

Completed in 92 milliseconds