OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cnvNames
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp
536
static const char *const
cnvNames
[]={
556
for(i=0; i<LENGTHOF(
cnvNames
); ++i) {
558
cnv.adoptInstead(cnv_open(
cnvNames
[i], errorCode));
560
errcheckln(errorCode, "failed to open converter %s - %s",
cnvNames
[i], u_errorName(errorCode));
566
errln("failed to set the callback on converter %s - %s",
cnvNames
[i], u_errorName(errorCode));
629
cnvNames
[i], which);
641
cnvNames
[i], which);
[
all
...]
/external/icu/icu4c/source/test/intltest/
convtest.cpp
563
static const char *const
cnvNames
[]={
583
for(i=0; i<LENGTHOF(
cnvNames
); ++i) {
585
cnv.adoptInstead(cnv_open(
cnvNames
[i], errorCode));
587
errcheckln(errorCode, "failed to open converter %s - %s",
cnvNames
[i], u_errorName(errorCode));
593
errln("failed to set the callback on converter %s - %s",
cnvNames
[i], u_errorName(errorCode));
656
cnvNames
[i], which);
668
cnvNames
[i], which);
[
all
...]
Completed in 156 milliseconds