HomeSort by relevance Sort by last modified time
    Searched refs:NameType (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/jmdns/src/javax/jmdns/impl/
NameRegister.java 16 public enum NameType {
31 * @see javax.jmdns.impl.NameRegister#register(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
34 public void register(InetAddress networkInterface, String name, NameType type) {
41 * @see javax.jmdns.impl.NameRegister#checkName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
44 public boolean checkName(InetAddress networkInterface, String name, NameType type) {
51 * @see javax.jmdns.impl.NameRegister#incrementHostName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
54 public String incrementHostName(InetAddress networkInterface, String name, NameType type) {
65 * @see javax.jmdns.impl.NameRegister#register(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
68 public void register(InetAddress networkInterface, String name, NameType type) {
75 * @see javax.jmdns.impl.NameRegister#checkName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
TimeZoneNameProviderICU.java 16 import com.ibm.icu.text.TimeZoneNames.NameType;
32 String lstd = tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date);
33 String ldst = tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date);
34 String sstd = tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date);
35 String sdst = tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date);
53 // tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date) :
54 // tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date);
58 // tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date) :
59 // tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowTimeZoneNames.java 32 public String getDisplayName(String tzID, TimeZoneNames.NameType type, long date) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 98 * android.icu.text.TimeZoneNames.NameType)
101 public String getMetaZoneDisplayName(String mzID, NameType type) {
103 (type != NameType.SHORT_STANDARD && type != NameType.SHORT_DAYLIGHT)) {
111 * android.icu.text.TimeZoneNames.NameType)
114 public String getTimeZoneDisplayName(String tzID, NameType type) {
130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
196 String getName(NameType type) {
220 final NameType type;
224 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions)
    [all...]
TimeZoneGenericNames.java 30 import android.icu.text.TimeZoneNames.NameType;
129 private static final NameType[] GENERIC_NON_LOCATION_TYPES =
130 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC};
335 NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC;
336 String name = _tznames.getTimeZoneDisplayName(tzID, nameType);
383 NameType stdNameType = (nameType == NameType.LONG_GENERIC)
    [all...]
TimeZoneNamesImpl.java 164 * @see android.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, android.icu.text.TimeZoneNames.NameType)
167 public String getMetaZoneDisplayName(String mzID, NameType type) {
176 * @see android.icu.text.TimeZoneNames#getTimeZoneDisplayName(java.lang.String, android.icu.text.TimeZoneNames.NameType)
179 public String getTimeZoneDisplayName(String tzID, NameType type) {
194 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION);
202 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
262 public void getDisplayNames(String tzID, NameType[] types, long date,
270 NameType type = types[i];
515 NameType type;
522 private EnumSet<NameType> _nameTypes
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 96 * com.ibm.icu.text.TimeZoneNames.NameType)
99 public String getMetaZoneDisplayName(String mzID, NameType type) {
101 (type != NameType.SHORT_STANDARD && type != NameType.SHORT_DAYLIGHT)) {
109 * com.ibm.icu.text.TimeZoneNames.NameType)
112 public String getTimeZoneDisplayName(String tzID, NameType type) {
128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
194 String getName(NameType type) {
218 final NameType type;
222 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions)
    [all...]
TimeZoneGenericNames.java 29 import com.ibm.icu.text.TimeZoneNames.NameType;
127 private static final NameType[] GENERIC_NON_LOCATION_TYPES =
128 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC};
333 NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC;
334 String name = _tznames.getTimeZoneDisplayName(tzID, nameType);
381 NameType stdNameType = (nameType == NameType.LONG_GENERIC)
    [all...]
TimeZoneNamesImpl.java 162 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType)
165 public String getMetaZoneDisplayName(String mzID, NameType type) {
174 * @see com.ibm.icu.text.TimeZoneNames#getTimeZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType)
177 public String getTimeZoneDisplayName(String tzID, NameType type) {
192 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION);
200 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
260 public void getDisplayNames(String tzID, NameType[] types, long date,
268 NameType type = types[i];
513 NameType type;
520 private EnumSet<NameType> _nameTypes
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 66 * {@link #getTimeZoneDisplayName(String, NameType)} is designed for accessing a name only used by a single time zone.
68 * may provide time zone names only through {@link #getTimeZoneDisplayName(String, NameType)}, or only through
69 * {@link #getMetaZoneDisplayName(String, NameType)}, or both.
85 public enum NameType {
174 * zone names ({@link NameType#SHORT_STANDARD} and {@link NameType#SHORT_DAYLIGHT}),
236 * The display name type. See {@link TimeZoneNames.NameType}.
241 public abstract String getMetaZoneDisplayName(String mzID, NameType type);
247 * <b>Note:</b> This method calls the subclass's {@link #getTimeZoneDisplayName(String, NameType)} first. When the
249 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)}
    [all...]
TimeZoneFormat.java 46 import android.icu.text.TimeZoneNames.NameType;
363 private static final EnumSet<NameType> ALL_SIMPLE_NAME_TYPES = EnumSet.of(
364 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT,
365 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT,
366 NameType.EXEMPLAR_LOCATION
    [all...]
DateFormatSymbols.java 34 import android.icu.text.TimeZoneNames.NameType;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 65 * {@link #getTimeZoneDisplayName(String, NameType)} is designed for accessing a name only used by a single time zone.
67 * may provide time zone names only through {@link #getTimeZoneDisplayName(String, NameType)}, or only through
68 * {@link #getMetaZoneDisplayName(String, NameType)}, or both.
88 public enum NameType {
193 * zone names ({@link NameType#SHORT_STANDARD} and {@link NameType#SHORT_DAYLIGHT}),
261 * The display name type. See {@link TimeZoneNames.NameType}.
267 public abstract String getMetaZoneDisplayName(String mzID, NameType type);
273 * <b>Note:</b> This method calls the subclass's {@link #getTimeZoneDisplayName(String, NameType)} first. When the
275 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)}
    [all...]
TimeZoneFormat.java 45 import com.ibm.icu.text.TimeZoneNames.NameType;
399 private static final EnumSet<NameType> ALL_SIMPLE_NAME_TYPES = EnumSet.of(
400 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT,
401 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT,
402 NameType.EXEMPLAR_LOCATION
    [all...]
DateFormatSymbols.java 33 import com.ibm.icu.text.TimeZoneNames.NameType;
    [all...]
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
TimeZoneNameTest.java 21 import com.ibm.icu.text.TimeZoneNames.NameType;
104 tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date) :
105 tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date);
109 tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date) :
110 tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date);
170 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC;
171 String uLocaleName = uLocaleInstance.getDisplayName(availableId, nameType, date);
172 String localeName = localeInstance.getDisplayName(availableId, nameType, date)
    [all...]
  /external/v8/src/parsing/
func-name-inferrer.h 87 enum NameType {
93 Name(const AstRawString* name, NameType type) : name(name), type(type) {}
95 NameType type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmjoin.h 39 NET_API_STATUS WINAPI NetValidateName(LPCWSTR lpServer,LPCWSTR lpName,LPCWSTR lpAccount,LPCWSTR lpPassword,NETSETUP_NAME_TYPE NameType);
53 NET_API_STATUS WINAPI NetEnumerateComputerNames(LPCWSTR Server,NET_COMPUTER_NAME_TYPE NameType,ULONG Reserved,PDWORD EntryCount,LPWSTR **ComputerNames);
sysinfoapi.h 84 WINBASEAPI WINBOOL WINAPI GetComputerNameExA (COMPUTER_NAME_FORMAT NameType, LPSTR lpBuffer, LPDWORD nSize);
85 WINBASEAPI WINBOOL WINAPI GetComputerNameExW (COMPUTER_NAME_FORMAT NameType, LPWSTR lpBuffer, LPDWORD nSize);
86 WINBASEAPI WINBOOL WINAPI SetComputerNameExW (COMPUTER_NAME_FORMAT NameType, LPCWSTR lpBuffer);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 44 import android.icu.text.TimeZoneNames.NameType;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 43 import com.ibm.icu.text.TimeZoneNames.NameType;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 31 import android.icu.text.TimeZoneNames.NameType;
527 NameType nameType = null;
530 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD;
534 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD;
537 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 30 import com.ibm.icu.text.TimeZoneNames.NameType;
590 NameType nameType = null;
593 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD;
597 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD;
600 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date)
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
ZoneGetter.java 233 final TimeZoneNames.NameType nameType =
234 tz.inDaylightTime(now) ? TimeZoneNames.NameType.LONG_DAYLIGHT
235 : TimeZoneNames.NameType.LONG_STANDARD;
236 return names.getDisplayName(tz.getID(), nameType, now.getTime());

Completed in 1852 milliseconds

1 2 3