OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objectlocale
(Results
1 - 16
of
16
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
CollatorServiceShim.java
83
ULocale
objectLocale
= new ULocale(id);
84
return delegate.getDisplayName(
objectLocale
, displayLocale);
127
String getDisplayName(ULocale
objectLocale
, ULocale displayLocale) {
128
String id =
objectLocale
.getName();
Collator.java
517
* Return the name of the collator for the
objectLocale
, localized for the displayLocale.
518
* If
objectLocale
is not visible or not defined by the factory, return null.
519
* @param
objectLocale
the locale identifying the collator
523
public String getDisplayName(Locale
objectLocale
, Locale displayLocale) {
524
return getDisplayName(ULocale.forLocale(
objectLocale
), ULocale.forLocale(displayLocale));
528
* Return the name of the collator for the
objectLocale
, localized for the displayLocale.
529
* If
objectLocale
is not visible or not defined by the factory, return null.
530
* @param
objectLocale
the locale identifying the collator
534
public String getDisplayName(ULocale
objectLocale
, ULocale displayLocale) {
537
String name =
objectLocale
.getBaseName()
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java
82
ULocale
objectLocale
= new ULocale(id);
83
return delegate.getDisplayName(
objectLocale
, displayLocale);
126
String getDisplayName(ULocale
objectLocale
, ULocale displayLocale) {
127
String id =
objectLocale
.getName();
Collator.java
543
* Return the name of the collator for the
objectLocale
, localized for the displayLocale.
544
* If
objectLocale
is not visible or not defined by the factory, return null.
545
* @param
objectLocale
the locale identifying the collator
550
public String getDisplayName(Locale
objectLocale
, Locale displayLocale) {
551
return getDisplayName(ULocale.forLocale(
objectLocale
), ULocale.forLocale(displayLocale));
555
* Return the name of the collator for the
objectLocale
, localized for the displayLocale.
556
* If
objectLocale
is not visible or not defined by the factory, return null.
557
* @param
objectLocale
the locale identifying the collator
562
public String getDisplayName(ULocale
objectLocale
, ULocale displayLocale) {
565
String name =
objectLocale
.getBaseName()
[
all
...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Collator.java
431
// * Return the name of the collator for the
objectLocale
, localized for the displayLocale.
432
// * If
objectLocale
is not visible or not defined by the factory, return null.
433
// * @param
objectLocale
the locale identifying the collator
438
// public String getDisplayName(Locale
objectLocale
, Locale displayLocale) {
439
// return getDisplayName(ULocale.forLocale(
objectLocale
), ULocale.forLocale(displayLocale));
443
// * Return the name of the collator for the
objectLocale
, localized for the displayLocale.
444
// * If
objectLocale
is not visible or not defined by the factory, return null.
445
// * @param
objectLocale
the locale identifying the collator
450
// public String getDisplayName(ULocale
objectLocale
, ULocale displayLocale) {
453
// String name =
objectLocale
.getBaseName()
[
all
...]
/external/icu/icu4c/source/i18n/
coll.cpp
118
CollatorFactory::getDisplayName(const Locale&
objectLocale
,
122
return
objectLocale
.getDisplayName(displayLocale, result);
569
UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale&
objectLocale
,
576
LocaleUtility::initNameFromLocale(
objectLocale
, locNameStr);
580
return
objectLocale
.getDisplayName(displayLocale, name);
583
UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale&
objectLocale
,
586
return getDisplayName(
objectLocale
, Locale::getDefault(), name);
/external/icu/icu4c/source/common/
locdispnames.cpp
249
// Gets the
objectLocale
display name in the default locale language.
251
BreakIterator::getDisplayName(const Locale&
objectLocale
,
254
return
objectLocale
.getDisplayName(name);
258
// Gets the
objectLocale
display name in the displayLocale language.
260
BreakIterator::getDisplayName(const Locale&
objectLocale
,
264
return
objectLocale
.getDisplayName(displayLocale, name);
[
all
...]
/external/icu/icu4c/source/common/unicode/
brkiter.h
473
* @param
objectLocale
must be from getAvailableLocales.
480
static UnicodeString& U_EXPORT2 getDisplayName(const Locale&
objectLocale
,
487
* @param
objectLocale
must be from getMatchingLocales
492
static UnicodeString& U_EXPORT2 getDisplayName(const Locale&
objectLocale
,
locid.h
177
* static UnicodeString& getDisplayName(const Locale&
objectLocale
,
180
* static UnicodeString& getDisplayName(const Locale&
objectLocale
,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationServiceTest.java
179
public String getDisplayName(ULocale
objectLocale
, ULocale displayLocale) {
180
CollatorInfo ci = (CollatorInfo)map.get(
objectLocale
);
CollationAPITest.java
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
coll.h
676
* @param
objectLocale
must be from getAvailableLocales
683
static UnicodeString& U_EXPORT2 getDisplayName(const Locale&
objectLocale
,
690
* @param
objectLocale
must be from getAvailableLocales
695
static UnicodeString& U_EXPORT2 getDisplayName(const Locale&
objectLocale
,
[
all
...]
/external/icu/icu4c/source/test/intltest/
svccoll.cpp
297
virtual UnicodeString& getDisplayName(const Locale&
objectLocale
,
301
const CollatorInfo* ci = getInfo(
objectLocale
);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationServiceTest.java
176
public String getDisplayName(ULocale
objectLocale
, ULocale displayLocale) {
177
CollatorInfo ci = (CollatorInfo)map.get(
objectLocale
);
CollationAPITest.java
[
all
...]
/prebuilts/sdk/current/
core.jar
Completed in 893 milliseconds