OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preToU
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/common/
ucnv_bld.h
228
char
preToU
[UCNV_EXT_MAX_BYTES];
ucnv_ext.cpp
312
cnv->
preToU
[j]=*s++;
319
cnv->
preToU
[j]=*s++;
375
cnv->
preToU
, cnv->preToULength,
385
/* the match did not use all of
preToU
[] - keep the rest for replay */
387
uprv_memmove(cnv->
preToU
, cnv->
preToU
+match, length);
402
/* just _append_ the newly consumed input to
preToU
[] */
406
cnv->
preToU
[j]=*s++;
418
* We need to move it from the
preToU
buffer
430
uprv_memcpy(cnv->toUBytes, cnv->
preToU
, cnv->preToUFirstLength)
[
all
...]
ucnv.c
[
all
...]
ucnv2022.cpp
[
all
...]
ucnvmbcs.c
[
all
...]
Completed in 32 milliseconds