OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c
611
static const char *
testL
[] = { "en_US",
621
for(i=0;i<LENGTHOF(
testL
);i++) {
623
uloc_getDisplayName(aLocale,
testL
[i], buffer, LENGTHOF(buffer), &errorCode);
625
log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale,
testL
[i], u_errorName(errorCode));
629
log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale,
testL
[i], expect[i], austrdup(buffer));
631
log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale,
testL
[i], expect[i]);
[
all
...]
/external/icu4c/test/cintltst/
cloctst.c
688
static const char *
testL
[] = { "en_US",
698
for(i=0;i<LENGTHOF(
testL
);i++) {
700
uloc_getDisplayName(aLocale,
testL
[i], buffer, LENGTHOF(buffer), &errorCode);
702
log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale,
testL
[i], u_errorName(errorCode));
706
log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale,
testL
[i], expect[i], austrdup(buffer));
708
log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale,
testL
[i], expect[i]);
[
all
...]
Completed in 574 milliseconds