OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nameInSelf
(Results
1 - 5
of
5
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
LocaleDisplayNames.java
243
* @param inSelf if true, compares the
nameInSelf
, otherwise the nameInDisplayLocale.
290
public final String
nameInSelf
;
297
* @param
nameInSelf
name of the modified locale in itself
300
public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String
nameInSelf
) {
304
this.
nameInSelf
=
nameInSelf
;
316
&&
nameInSelf
.equals(other.
nameInSelf
)
338
return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " +
nameInSelf
+ "}";
344
* @param inSelf if true, compares the
nameInSelf
, otherwise the nameInDisplayLocal
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java
263
* @param inSelf if true, compares the
nameInSelf
, otherwise the nameInDisplayLocale.
317
public final String
nameInSelf
;
324
* @param
nameInSelf
name of the modified locale in itself
328
public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String
nameInSelf
) {
332
this.
nameInSelf
=
nameInSelf
;
345
&&
nameInSelf
.equals(other.
nameInSelf
)
369
return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " +
nameInSelf
+ "}";
375
* @param inSelf if true, compares the
nameInSelf
, otherwise the nameInDisplayLocal
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java
556
String
nameInSelf
= capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU ? UCharacter.toTitleFirst(modified, tempName) : tempName;
557
return new UiListItem(minimized, modified, nameInDisplayLocale,
nameInSelf
);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java
552
String
nameInSelf
= capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU ? UCharacter.toTitleFirst(modified, tempName) : tempName;
553
return new UiListItem(minimized, modified, nameInDisplayLocale,
nameInSelf
);
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
Completed in 53 milliseconds