HomeSort by relevance Sort by last modified time
    Searched refs:nameInSelf (Results 1 - 9 of 9) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
LocaleDisplayNames.java 257 * @param inSelf if true, compares the nameInSelf, otherwise the nameInDisplayLocale.
297 public final String nameInSelf;
304 * @param nameInSelf name of the modified locale in itself
306 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) {
310 this.nameInSelf = nameInSelf;
326 && nameInSelf.equals(other.nameInSelf)
344 return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}";
350 * @param inSelf if true, compares the nameInSelf, otherwise the nameInDisplayLocal
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java 277 * @param inSelf if true, compares the nameInSelf, otherwise the nameInDisplayLocale.
324 public final String nameInSelf;
331 * @param nameInSelf name of the modified locale in itself
334 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) {
338 this.nameInSelf = nameInSelf;
356 && nameInSelf.equals(other.nameInSelf)
378 return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}";
384 * @param inSelf if true, compares the nameInSelf, otherwise the nameInDisplayLocal
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 620 String nameInSelf = capContext ==
623 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 616 String nameInSelf = capContext ==
619 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf);
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 274 milliseconds