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/third_party/icu/source/test/cintltst/
creststn.c
221
static const char*
norwayNames
[] = {
356
size = sizeof(
norwayNames
)/sizeof(
norwayNames
[0]);
359
norway = ures_open(NULL,
norwayNames
[i], &status);
361
log_err_status(status, "Failed to get resource with %s for %s\n", myErrorName(status),
norwayNames
[i]);
365
log_verbose("ures_getLocale(\"%s\")=%s\n",
norwayNames
[i], realName);
367
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
223
static const char*
norwayNames
[] = {
359
size = sizeof(
norwayNames
)/sizeof(
norwayNames
[0]);
362
norway = ures_open(NULL,
norwayNames
[i], &status);
364
log_err_status(status, "Failed to get resource with %s for %s\n", myErrorName(status),
norwayNames
[i]);
368
log_verbose("ures_getLocale(\"%s\")=%s\n",
norwayNames
[i], realName);
370
log_data_err("Wrong locale name for %s, expected %s, got %s\n",
norwayNames
[i], norwayLocales[i], realName);
[
all
...]
Completed in 266 milliseconds