OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocaleName
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layoutex/
plruns.cpp
264
const char *
getLocaleName
(le_int32 run) const;
397
const char *ULocRuns::
getLocaleName
(le_int32 run) const
487
return lr->
getLocaleName
(run);
/external/icu4c/i18n/
rbnf.cpp
102
virtual const UChar*
getLocaleName
(int32_t index) const = 0;
143
const UChar* locale =
getLocaleName
(i);
145
// if no locale, ix is -1,
getLocaleName
returns null, so streq returns false
146
if (!streq(locale, rhs->
getLocaleName
(ix))) {
165
if (streq(locale,
getLocaleName
(i))) {
269
virtual const UChar*
getLocaleName
(int32_t index) const;
632
StringLocalizationInfo::
getLocaleName
(int32_t index) const {
969
UnicodeString name(TRUE, localizations->
getLocaleName
(index), -1);
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.h
89
static bool
getLocaleName
(const char* name, ResTable_config* out = NULL);
AaptAssets.cpp
881
bool AaptGroupEntry::
getLocaleName
(const char* fileName,
[
all
...]
Completed in 59 milliseconds