OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toLocale
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
574
UResourceBundle *toArray, const char *
toLocale
,
586
toLocale
);
599
toLocale
,
606
compareConsistentCountryInfo(const char *fromLocale, const char *
toLocale
) {
611
UResourceBundle *toLocaleBund = ures_open(NULL,
toLocale
, &errorCode);
615
log_err("Can't open resource bundle %s or %s - %s\n", fromLocale,
toLocale
, u_errorName(errorCode));
627
log_err("Did not get DateTimeElements from the bundle %s or %s\n", fromLocale,
toLocale
);
633
log_err("Did not get weekend data from the bundle %s to compare against %s\n", fromLocale,
toLocale
);
638
log_err("Did not get weekend data from the bundle %s to compare against %s\n",
toLocale
, fromLocale);
654
toLocale
);
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
574
UResourceBundle *toArray, const char *
toLocale
,
586
toLocale
);
599
toLocale
,
606
compareConsistentCountryInfo(const char *fromLocale, const char *
toLocale
) {
611
UResourceBundle *toLocaleBund = ures_open(NULL,
toLocale
, &errorCode);
615
log_err("Can't open resource bundle %s or %s - %s\n", fromLocale,
toLocale
, u_errorName(errorCode));
627
log_err("Did not get DateTimeElements from the bundle %s or %s\n", fromLocale,
toLocale
);
633
log_err("Did not get weekend data from the bundle %s to compare against %s\n", fromLocale,
toLocale
);
638
log_err("Did not get weekend data from the bundle %s to compare against %s\n",
toLocale
, fromLocale);
654
toLocale
);
[
all
...]
Completed in 45 milliseconds