/external/icu4c/tools/genbrk/ |
genbrk.cpp | 241 UConverter* conv;
|
/external/icu4c/tools/genctd/ |
genctd.cpp | 239 UConverter* conv;
|
/external/icu4c/test/cintltst/ |
bocu1tst.c | 879 roundtripBOCU1(UConverter *bocu1, int32_t number, const UChar *text, int32_t length) { 981 UConverter *bocu1;
|
cstrtest.c | 236 UConverter *cnv;
|
ncnvfbts.c | 36 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) 135 UConverter *conv = 0; 296 UConverter *conv = 0;
|
ucnvseltst.c | 285 UConverter* test_converter;
|
ucsdetst.c | 51 static int32_t preflight(const UChar *src, int32_t length, UConverter *cnv) 72 UConverter *cnv = ucnv_open(codepage, &status);
|
cbiapts.c | 84 UConverter *cnv;
|
nccbtst.c | [all...] |
/external/icu4c/test/perf/convperf/ |
convperf.h | 26 UConverter* conv; 71 UConverter* conv;
|
/external/icu4c/test/intltest/ |
idnaconf.cpp | 105 UConverter* conv = ucnv_open("utf-8", &status); 127 errln("UConverter error: %s", u_errorName(status));
|
ustrtest.cpp | 231 UConverter *cnv; 583 // test new UConverter extract() and constructor 593 UConverter *cnv=ucnv_open("UTF-8", &errorCode); 601 errln("UnicodeString::extract(NULL, UConverter) preflighting failed (length=%ld, %s)", 608 errln("UnicodeString::extract(too small, UConverter) preflighting failed (length=%ld, %s)", 615 errln("UnicodeString::extract(UConverter) succeeded with an illegal destination"); 619 errln("UnicodeString::extract(UConverter) succeeded with a previous error code"); 629 errln("UnicodeString::extract(UConverter) conversion failed (length=%ld, %s)", 645 errln("UnicodeString(UConverter) conversion failed (%s)", [all...] |
intltest.cpp | 1083 UConverter *cnv = NULL; [all...] |
/external/icu4c/common/ |
ucnv_u32.c | [all...] |
ucnvsel.cpp | 81 UConverter* test_converter = ucnv_open(result->encodings[i], status);
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 491 cnvSigType(UConverter *cnv) { 592 UConverter *convfrom = 0; 593 UConverter *convto = 0; [all...] |
/external/icu4c/common/unicode/ |
unistr.h | 35 struct UConverter; // unicode/ucnv.h [all...] |
/external/icu4c/samples/ustring/ |
ustring.cpp | 33 static UConverter *cnv=NULL; 87 // and use a UConverter or at least a charset name explicitly. 586 // that takes a UConverter argument.
|
/external/icu4c/tools/genrb/ |
wrtjava.c | 101 static UConverter* conv = NULL;
|
wrtxml.cpp | 46 static UConverter* conv = NULL; [all...] |
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 422 UConverter *cvrtr; // An ICU code page converter.
|
/external/icu4c/tools/toolutil/ |
xmlparser.cpp | 168 UConverter *cnv;
|
/external/icu4c/io/ |
uscanf_p.c | 805 UConverter *conv; [all...] |
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 755 UConverter *conv = ucnv_open("utf-8", &status); // just UTF-8 for now.
|
/external/chromium/googleurl/src/ |
url_canon_unittest.cc | 99 // Wrapper around a UConverter object that managers creation and destruction. 113 UConverter* converter() const { return converter_; } 116 UConverter* converter_; [all...] |