/external/chromium_org/third_party/icu/source/common/ |
ustr_cnv.c | 67 ucnv_reset(converter); 137 ucnv_reset(cnv); 146 ucnv_reset(cnv); /* be good citizens */ 209 ucnv_reset(cnv); 218 ucnv_reset(cnv); /* be good citizens */
|
ucnv.c | 584 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode); 599 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode); 626 ucnv_reset(UConverter *converter) function [all...] |
/external/icu4c/common/ |
ustr_cnv.c | 67 ucnv_reset(converter); 137 ucnv_reset(cnv); 146 ucnv_reset(cnv); /* be good citizens */ 209 ucnv_reset(cnv); 218 ucnv_reset(cnv); /* be good citizens */
|
ucnv.c | 586 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode); 601 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode); 628 ucnv_reset(UConverter *converter) function [all...] |
/external/chromium_org/third_party/icu/source/io/ |
ufile.c | 218 ucnv_reset(file->fConverter);
|
/external/icu4c/io/ |
ufile.c | 215 ucnv_reset(file->fConverter);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cbiapts.c | 95 ucnv_reset(cnv); 115 ucnv_reset(cnv); /* be good citizens */
|
nucnvtst.c | [all...] |
ccapitst.c | 710 /*resetState ucnv_reset()*/ 711 log_verbose("\n---Testing ucnv_reset()..\n"); 712 ucnv_reset(myConverter); 725 ucnv_reset(cnv); [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
ucnv.h | 673 ucnv_reset(UConverter *converter); [all...] |
urename.h | 667 #define ucnv_reset macro [all...] |
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
utfperf.cpp | 171 ucnv_reset(cnv);
|
/external/icu4c/common/unicode/ |
ucnv.h | 711 ucnv_reset(UConverter *converter); [all...] |
urename.h | 661 #define ucnv_reset macro [all...] |
/external/icu4c/test/perf/utfperf/ |
utfperf.cpp | 171 ucnv_reset(cnv);
|
/external/icu4c/test/cintltst/ |
nucnvtst.c | [all...] |
cbiapts.c | 99 ucnv_reset(cnv); 119 ucnv_reset(cnv); /* be good citizens */ [all...] |
ccapitst.c | 667 /*resetState ucnv_reset()*/ 668 log_verbose("\n---Testing ucnv_reset()..\n"); 669 ucnv_reset(myConverter); 682 ucnv_reset(cnv); [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 271 ucnv_reset(buf->conv);
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 272 ucnv_reset(buf->conv);
|