OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualLoc
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/intltest/
loctest.h
109
const Locale&
actualLoc
,
loctest.cpp
[
all
...]
/external/icu4c/common/
brkiter.cpp
364
Locale
actualLoc
("");
365
BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &
actualLoc
, status);
367
// there is a real registered break iterator, the
actualLoc
370
// requested locale) then the
actualLoc
comes back empty. In
376
if (U_SUCCESS(status) && (result != NULL) && *
actualLoc
.getName() != 0) {
378
locBased.setLocaleIDs(
actualLoc
.getName(),
actualLoc
.getName());
/external/icu4c/i18n/
coll.cpp
319
Locale
actualLoc
;
321
(Collator*)gService->get(desiredLocale, &
actualLoc
, status);
328
if (*
actualLoc
.getName() != 0) {
329
result->setLocales(desiredLocale,
actualLoc
,
actualLoc
);
calendar.cpp
794
Locale
actualLoc
;
799
u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &
actualLoc
, success);
832
// Don't overwrite
actualLoc
, since the actual loc from this call
868
fprintf(stderr, "%p: setting week count data to locale %s, actual locale %s\n", c, (const char*)aLocale.getName(), (const char *)
actualLoc
.getName());
[
all
...]
Completed in 210 milliseconds