OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:norwayNames
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c
223
static const char*
norwayNames
[] = {
361
size = sizeof(
norwayNames
)/sizeof(
norwayNames
[0]);
364
norway = ures_open(NULL,
norwayNames
[i], &status);
366
log_err_status(status, "Failed to get resource with %s for %s\n", myErrorName(status),
norwayNames
[i]);
370
log_verbose("ures_getLocale(\"%s\")=%s\n",
norwayNames
[i], realName);
372
log_data_err("Wrong locale name for %s, expected %s, got %s\n",
norwayNames
[i], norwayLocales[i], realName);
[
all
...]
/external/icu4c/test/cintltst/
creststn.c
224
static const char*
norwayNames
[] = {
361
size = sizeof(
norwayNames
)/sizeof(
norwayNames
[0]);
364
norway = ures_open(NULL,
norwayNames
[i], &status);
366
log_err_status(status, "Failed to get resource with %s for %s\n", myErrorName(status),
norwayNames
[i]);
370
log_verbose("ures_getLocale(\"%s\")=%s\n",
norwayNames
[i], realName);
372
log_data_err("Wrong locale name for %s, expected %s, got %s\n",
norwayNames
[i], norwayLocales[i], realName);
[
all
...]
Completed in 25 milliseconds