OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolvedLoc
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
495
const char *currLoc, *
resolvedLoc
;
554
resolvedLoc
= ures_getLocaleByType(currentLocale, ULOC_ACTUAL_LOCALE, &errorCode);
555
if (strcmp(
resolvedLoc
, currLoc) != 0) {
559
currLoc,
resolvedLoc
);
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
495
const char *currLoc, *
resolvedLoc
;
554
resolvedLoc
= ures_getLocaleByType(currentLocale, ULOC_ACTUAL_LOCALE, &errorCode);
555
if (strcmp(
resolvedLoc
, currLoc) != 0) {
559
currLoc,
resolvedLoc
);
[
all
...]
Completed in 95 milliseconds