Searched defs:fallback (Results 1 - 25 of 73) sorted by relevance

123

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DLocaleUtility.java52 * return true if parent is a 'strict' fallback of child, that is,
66 * 'strict' fallback of the child (parent string is a fallback
117 * @return a new Locale that is a fallback from the given locale, or null.
119 public static Locale fallback(Locale loc) { method in class:LocaleUtility
H A DICUCurrencyDisplayInfoProvider.java59 private final boolean fallback; field in class:ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
66 public ICUCurrencyDisplayInfo(ICUResourceBundle rb, boolean fallback) { argument
67 this.fallback = fallback;
92 if (!fallback && !rb.isRoot() && result.isRoot()) {
99 return fallback ? isoCode : null;
104 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule.
110 if (!fallback) {
122 return fallback ? getName(isoCode) : null;
196 return sink.getSpacingInfo(fallback);
251 getSpacingInfo(boolean fallback) argument
[all...]
H A DCurrencyData.java126 private final boolean fallback; field in class:CurrencyData.DefaultInfo
128 private DefaultInfo(boolean fallback) { argument
129 this.fallback = fallback;
132 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { argument
133 return fallback ? FALLBACK_INSTANCE : NO_FALLBACK_INSTANCE;
138 return fallback ? isoCode : null;
143 return fallback ? isoCode : null;
148 return fallback ? isoCode : null;
168 if (fallback) {
[all...]
H A DICULocaleService.java155 * A subclass of Key that implements a locale fallback mechanism.
157 * client, and the fallback locale to search for is the current
176 * Create a LocaleKey with canonical primary and fallback IDs.
183 * Create a LocaleKey with canonical primary and fallback IDs.
194 * Create a LocaleKey with canonical primary and fallback IDs.
309 * If the key has a fallback, modify the key and return true,
313 * the fallbackID. The final fallback is "" (root)
315 * there is no fallback.
318 public boolean fallback() { method in class:ICULocaleService.LocaleKey
340 * If a key created from id would eventually fallback t
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
H A DLocaleUtility.java50 * return true if parent is a 'strict' fallback of child, that is,
64 * 'strict' fallback of the child (parent string is a fallback
115 * @return a new Locale that is a fallback from the given locale, or null.
117 public static Locale fallback(Locale loc) { method in class:LocaleUtility
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleUtility.java50 * return true if parent is a 'strict' fallback of child, that is,
64 * 'strict' fallback of the child (parent string is a fallback
115 * @return a new Locale that is a fallback from the given locale, or null.
117 public static Locale fallback(Locale loc) { method in class:LocaleUtility
H A DCurrencyData.java122 private final boolean fallback; field in class:CurrencyData.DefaultInfo
124 private DefaultInfo(boolean fallback) { argument
125 this.fallback = fallback;
128 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { argument
129 return fallback ? FALLBACK_INSTANCE : NO_FALLBACK_INSTANCE;
134 return fallback ? isoCode : null;
139 return fallback ? isoCode : null;
144 return fallback ? isoCode : null;
164 if (fallback) {
[all...]
H A DICULocaleService.java151 * A subclass of Key that implements a locale fallback mechanism.
153 * client, and the fallback locale to search for is the current
172 * Create a LocaleKey with canonical primary and fallback IDs.
179 * Create a LocaleKey with canonical primary and fallback IDs.
190 * Create a LocaleKey with canonical primary and fallback IDs.
305 * If the key has a fallback, modify the key and return true,
309 * the fallbackID. The final fallback is "" (root)
311 * there is no fallback.
314 public boolean fallback() { method in class:ICULocaleService.LocaleKey
336 * If a key created from id would eventually fallback t
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DDurationFormatterFactory.java44 * Set a fallback formatter for durations over a given limit.
46 * @param fallback the fallback formatter to use, or null
49 public DurationFormatterFactory setFallback(DateFormatter fallback); argument
52 * Set a fallback limit for durations over a given limit.
54 * @param fallbackLimit the fallback limit to use, or 0 if none is desired.
H A DBasicDurationFormatter.java22 private DateFormatter fallback; field in class:BasicDurationFormatter
29 * builder, and fallback. It's up to the caller to ensure that
34 DateFormatter fallback,
38 this.fallback = fallback;
44 DateFormatter fallback,
50 this.fallback = fallback;
83 DateFormatter newFallback = fallback == null
85 : fallback
32 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit) argument
42 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit, String localeName, TimeZone timeZone) argument
[all...]
H A DBasicDurationFormatterFactory.java30 private DateFormatter fallback; field in class:BasicDurationFormatterFactory
78 * Set a fallback formatter for durations over a given limit.
80 * @param fallback the fallback formatter to use, or null
84 public DurationFormatterFactory setFallback(DateFormatter fallback) { argument
85 boolean doReset = fallback == null
86 ? this.fallback != null
87 : !fallback.equals(this.fallback);
89 this.fallback
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DDurationFormatterFactory.java42 * Set a fallback formatter for durations over a given limit.
44 * @param fallback the fallback formatter to use, or null
47 public DurationFormatterFactory setFallback(DateFormatter fallback); argument
50 * Set a fallback limit for durations over a given limit.
52 * @param fallbackLimit the fallback limit to use, or 0 if none is desired.
H A DBasicDurationFormatter.java21 private DateFormatter fallback; field in class:BasicDurationFormatter
28 * builder, and fallback. It's up to the caller to ensure that
33 DateFormatter fallback,
37 this.fallback = fallback;
43 DateFormatter fallback,
49 this.fallback = fallback;
82 DateFormatter newFallback = fallback == null
84 : fallback
31 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit) argument
41 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit, String localeName, TimeZone timeZone) argument
[all...]
H A DBasicDurationFormatterFactory.java29 private DateFormatter fallback; field in class:BasicDurationFormatterFactory
77 * Set a fallback formatter for durations over a given limit.
79 * @param fallback the fallback formatter to use, or null
83 public DurationFormatterFactory setFallback(DateFormatter fallback) { argument
84 boolean doReset = fallback == null
85 ? this.fallback != null
86 : !fallback.equals(this.fallback);
88 this.fallback
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.hpp86 //! Return a reference to the value mapped to `key`, or `fallback` if not found.
90 const typename M::mapped_type& fallback)
93 return ptr == DE_NULL ? fallback : *ptr;
88 lookupDefault(const M& map, const typename M::key_type& key, const typename M::mapped_type& fallback) argument
/external/icu/icu4c/source/common/
H A Dservlk.cpp124 LocaleKey::fallback() { function in class:LocaleKey
128 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java44 private byte[] fallback = null; field in class:PKCS1Encoding
75 * Constructor for decryption with a fixed plaintext length and a fallback
79 * @param fallback The fallback value, we don't do an arraycopy here.
83 byte[] fallback)
87 this.fallback = fallback;
88 this.pLen = fallback.length;
154 if (pLen > 0 && fallback == null && random == null)
319 if (this.fallback
81 PKCS1Encoding( AsymmetricBlockCipher cipher, byte[] fallback) argument
[all...]
/external/fmtlib/fmt/
H A Dtime.h82 return fallback(localtime_s(&tm_, &time_));
85 bool fallback(int res) { return res == 0; } function in struct:fmt::LocalTime
87 bool fallback(internal::Null<>) { function in struct:fmt::LocalTime
119 return fallback(gmtime_s(&tm_, &time_));
122 bool fallback(int res) { return res == 0; } function in struct:fmt::GMTime
124 bool fallback(internal::Null<>) { function in struct:fmt::GMTime
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
H A DICUCurrencyDisplayInfoProvider.java55 private final boolean fallback; field in class:ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
62 public ICUCurrencyDisplayInfo(ICUResourceBundle rb, boolean fallback) { argument
63 this.fallback = fallback;
88 if (!fallback && !rb.isRoot() && result.isRoot()) {
95 return fallback ? isoCode : null;
100 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule.
106 if (!fallback) {
118 return fallback ? getName(isoCode) : null;
192 return sink.getSpacingInfo(fallback);
247 getSpacingInfo(boolean fallback) argument
[all...]
/external/selinux/libselinux/src/
H A Dsestatus.c36 * MAP_FAILED : opened, but fallback-mode
163 * Note that it is not a reliable value on fallback-mode until it receives
228 * callback routines for fallback case using netlink socket
251 * fallback routine using a netlink socket on older kernels, if
252 * the supplied `fallback' is not zero.
255 int selinux_status_open(int fallback) argument
287 * If caller wants fallback routine, we try to provide
292 if (fallback && avc_netlink_open(0) == 0) {
301 /* mark as fallback mode */
321 * if fallback mod
[all...]
/external/syslinux/com32/lib/sys/
H A Dfile.h72 const struct output_dev *fallback; /* Fallback option for certain consoles */ member in struct:output_dev
/external/dtc/
H A Ddtc.c124 static const char *guess_type_by_name(const char *fname, const char *fallback) argument
130 return fallback;
135 return fallback;
138 static const char *guess_input_format(const char *fname, const char *fallback) argument
145 return fallback;
151 return fallback;
155 return fallback;
158 return fallback;
166 return guess_type_by_name(fname, fallback);
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c590 /* find a fallback for this offset; return the index or -1 if not found */
601 /* do a linear search for the fallback mapping (the table is not yet sorted) */
624 int32_t i, j, leadState, trailState, newState, fallback; local
777 * Note that fallback mappings need to get their offset values adjusted.
795 /* copy assigned-character code units and adjust fallback offsets */
802 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
803 toUFallbacks[fallback].offset=0x80000000|offset;
823 /* remove temporary flags from fallback offsets that protected them from being modified twice */
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_vbuf.c75 unsigned fallback; member in struct:i915_vbuf_render
335 i915_render->fallback = 0;
339 i915_render->fallback = 0;
343 i915_render->fallback = PIPE_PRIM_LINE_LOOP;
347 i915_render->fallback = 0;
351 i915_render->fallback = 0;
355 i915_render->fallback = 0;
359 i915_render->fallback = 0;
363 i915_render->fallback = PIPE_PRIM_QUADS;
367 i915_render->fallback
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h73 enum nouveau_fallback fallback; member in struct:nouveau_context

Completed in 537 milliseconds

123