Home
last modified time | relevance | path

Searched +defs:c +defs:set +defs:style (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DTrieMap.java58 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with()
62 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with()
69 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with()
73 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with()
101 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher
134 char c = test.charAt(i); in get() local
217 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher
239 char c = text.charAt(current++); in next() local
302 char c = key.charAt(i); in add() local
400 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java59 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with()
63 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with()
70 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with()
74 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with()
102 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher
135 char c = test.charAt(i); in get() local
218 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher
240 char c = text.charAt(current++); in next() local
303 char c = key.charAt(i); in add() local
401 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher
[all …]
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp397 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local
401 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local
438 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator ==() local
813 DateFormat::EStyle style = (DateFormat::EStyle)i; in addICUPatterns() local
1206 UDateFormatStyle style = UDAT_SHORT; in getBestPattern() local
1355 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFormat() local
1367 DateTimePatternGenerator::setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dtFormat, … in setDateTimeFormat()
1383 DateTimePatternGenerator::getDateTimeFormat(UDateFormatStyle style, UErrorCode& status) const { in getDateTimeFormat()
1463 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFromCalendar() local
1728 char16_t c = (typeValue!= UDATPG_HOUR_FIELD in adjustFieldTypes() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Ddtptngen.cpp398 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local
402 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local
439 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator ==() local
813 DateFormat::EStyle style = (DateFormat::EStyle)i; in addICUPatterns() local
1214 UDateFormatStyle style = UDAT_SHORT; in getBestPattern() local
1363 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFormat() local
1375 DateTimePatternGenerator::setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dtFormat, … in setDateTimeFormat()
1391 DateTimePatternGenerator::getDateTimeFormat(UDateFormatStyle style, UErrorCode& status) const { in getDateTimeFormat()
1471 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFromCalendar() local
1736 char16_t c = (typeValue!= UDATPG_HOUR_FIELD in adjustFieldTypes() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar16 ... android.text.style public android.text.style.MaskFilterSpan extends android.text.style.CharacterStyle ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-16/
Dframework.jar ... throws java.io.IOException int index public void set (int, int) throws java.io. ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DUnicodeSet.java380 public android.icu.text.UnicodeSet set(int start, int end) { throw new RuntimeException("Stub!"); } in set() method in UnicodeSet
388 public android.icu.text.UnicodeSet set(android.icu.text.UnicodeSet other) { throw new RuntimeExcept… in set() method in UnicodeSet
504 public int indexOf(int c) { throw new RuntimeException("Stub!"); } in indexOf()
546 public final android.icu.text.UnicodeSet add(int c) { throw new RuntimeException("Stub!"); } in add()
641 public final android.icu.text.UnicodeSet retain(int c) { throw new RuntimeException("Stub!"); } in retain()
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove()
707 public final android.icu.text.UnicodeSet complement(int c) { throw new RuntimeException("Stub!"); } in complement()
733 public boolean contains(int c) { throw new RuntimeException("Stub!"); } in contains()
842 public android.icu.text.UnicodeSet addAll(android.icu.text.UnicodeSet c) { throw new RuntimeExcepti… in addAll()
854 public android.icu.text.UnicodeSet retainAll(android.icu.text.UnicodeSet c) { throw new RuntimeExce… in retainAll()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DUnicodeSet.java380 public android.icu.text.UnicodeSet set(int start, int end) { throw new RuntimeException("Stub!"); } in set() method in UnicodeSet
388 public android.icu.text.UnicodeSet set(android.icu.text.UnicodeSet other) { throw new RuntimeExcept… in set() method in UnicodeSet
504 public int indexOf(int c) { throw new RuntimeException("Stub!"); } in indexOf()
546 public final android.icu.text.UnicodeSet add(int c) { throw new RuntimeException("Stub!"); } in add()
641 public final android.icu.text.UnicodeSet retain(int c) { throw new RuntimeException("Stub!"); } in retain()
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove()
707 public final android.icu.text.UnicodeSet complement(int c) { throw new RuntimeException("Stub!"); } in complement()
733 public boolean contains(int c) { throw new RuntimeException("Stub!"); } in contains()
842 public android.icu.text.UnicodeSet addAll(android.icu.text.UnicodeSet c) { throw new RuntimeExcepti… in addAll()
854 public android.icu.text.UnicodeSet retainAll(android.icu.text.UnicodeSet c) { throw new RuntimeExce… in retainAll()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DUnicodeSet.java380 public android.icu.text.UnicodeSet set(int start, int end) { throw new RuntimeException("Stub!"); } in set() method in UnicodeSet
388 public android.icu.text.UnicodeSet set(android.icu.text.UnicodeSet other) { throw new RuntimeExcept… in set() method in UnicodeSet
504 public int indexOf(int c) { throw new RuntimeException("Stub!"); } in indexOf()
546 public final android.icu.text.UnicodeSet add(int c) { throw new RuntimeException("Stub!"); } in add()
641 public final android.icu.text.UnicodeSet retain(int c) { throw new RuntimeException("Stub!"); } in retain()
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove()
707 public final android.icu.text.UnicodeSet complement(int c) { throw new RuntimeException("Stub!"); } in complement()
733 public boolean contains(int c) { throw new RuntimeException("Stub!"); } in contains()
842 public android.icu.text.UnicodeSet addAll(android.icu.text.UnicodeSet c) { throw new RuntimeExcepti… in addAll()
854 public android.icu.text.UnicodeSet retainAll(android.icu.text.UnicodeSet c) { throw new RuntimeExce… in retainAll()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DUnicodeSet.java380 public android.icu.text.UnicodeSet set(int start, int end) { throw new RuntimeException("Stub!"); } in set() method in UnicodeSet
388 public android.icu.text.UnicodeSet set(android.icu.text.UnicodeSet other) { throw new RuntimeExcept… in set() method in UnicodeSet
504 public int indexOf(int c) { throw new RuntimeException("Stub!"); } in indexOf()
546 public final android.icu.text.UnicodeSet add(int c) { throw new RuntimeException("Stub!"); } in add()
641 public final android.icu.text.UnicodeSet retain(int c) { throw new RuntimeException("Stub!"); } in retain()
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove()
707 public final android.icu.text.UnicodeSet complement(int c) { throw new RuntimeException("Stub!"); } in complement()
733 public boolean contains(int c) { throw new RuntimeException("Stub!"); } in contains()
842 public android.icu.text.UnicodeSet addAll(android.icu.text.UnicodeSet c) { throw new RuntimeExcepti… in addAll()
854 public android.icu.text.UnicodeSet retainAll(android.icu.text.UnicodeSet c) { throw new RuntimeExce… in retainAll()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DUnicodeSet.java380 public android.icu.text.UnicodeSet set(int start, int end) { throw new RuntimeException("Stub!"); } in set() method in UnicodeSet
388 public android.icu.text.UnicodeSet set(android.icu.text.UnicodeSet other) { throw new RuntimeExcept… in set() method in UnicodeSet
504 public int indexOf(int c) { throw new RuntimeException("Stub!"); } in indexOf()
546 public final android.icu.text.UnicodeSet add(int c) { throw new RuntimeException("Stub!"); } in add()
641 public final android.icu.text.UnicodeSet retain(int c) { throw new RuntimeException("Stub!"); } in retain()
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove()
707 public final android.icu.text.UnicodeSet complement(int c) { throw new RuntimeException("Stub!"); } in complement()
733 public boolean contains(int c) { throw new RuntimeException("Stub!"); } in contains()
842 public android.icu.text.UnicodeSet addAll(android.icu.text.UnicodeSet c) { throw new RuntimeExcepti… in addAll()
854 public android.icu.text.UnicodeSet retainAll(android.icu.text.UnicodeSet c) { throw new RuntimeExce… in retainAll()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DUnicodeSet.java380 public android.icu.text.UnicodeSet set(int start, int end) { throw new RuntimeException("Stub!"); } in set() method in UnicodeSet
388 public android.icu.text.UnicodeSet set(android.icu.text.UnicodeSet other) { throw new RuntimeExcept… in set() method in UnicodeSet
504 public int indexOf(int c) { throw new RuntimeException("Stub!"); } in indexOf()
546 public final android.icu.text.UnicodeSet add(int c) { throw new RuntimeException("Stub!"); } in add()
641 public final android.icu.text.UnicodeSet retain(int c) { throw new RuntimeException("Stub!"); } in retain()
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove()
707 public final android.icu.text.UnicodeSet complement(int c) { throw new RuntimeException("Stub!"); } in complement()
733 public boolean contains(int c) { throw new RuntimeException("Stub!"); } in contains()
842 public android.icu.text.UnicodeSet addAll(android.icu.text.UnicodeSet c) { throw new RuntimeExcepti… in addAll()
854 public android.icu.text.UnicodeSet retainAll(android.icu.text.UnicodeSet c) { throw new RuntimeExce… in retainAll()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DUnicodeSet.java534 public UnicodeSet set(int start, int end) { in set() method in UnicodeSet
547 public UnicodeSet set(UnicodeSet other) { in set() method in UnicodeSet
623 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint()
665 private static <T extends Appendable> T _appendToPat(T buf, int c, boolean escapeUnprintable) { in _appendToPat()
754 int c = pat.codePointAt(i); in _toPattern() local
948 int c = UTF16.charAt(s, 0); in matchesIndexValue() local
1165 public int indexOf(int c) { in indexOf()
1312 public final UnicodeSet add(int c) { in add()
1318 private final UnicodeSet add_unchecked(int c) { in add_unchecked()
1576 public final UnicodeSet retain(int c) { in retain()
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java519 public UnicodeSet set(int start, int end) { in set() method in UnicodeSet
531 public UnicodeSet set(UnicodeSet other) { in set() method in UnicodeSet
604 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint()
646 private static <T extends Appendable> T _appendToPat(T buf, int c, boolean escapeUnprintable) { in _appendToPat()
734 int c = pat.codePointAt(i); in _toPattern() local
922 int c = UTF16.charAt(s, 0); in matchesIndexValue() local
1137 public int indexOf(int c) { in indexOf()
1280 public final UnicodeSet add(int c) { in add()
1286 private final UnicodeSet add_unchecked(int c) { in add_unchecked()
1534 public final UnicodeSet retain(int c) { in retain()
[all …]
/aosp_15_r20/external/eigen/bench/perf_monitoring/resources/
H A Ds2.js1ction(){var a={};a.dev=!1,a.tooltip=a.tooltip||{},a.utils=a.utils||{},a.models=a.models||{},a.char… variable
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dapiviewer.js175c="Function",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnP… argument
/aosp_15_r20/external/testng/src/main/resources/
H A Djquery-1.7.1.min.js2c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.c… argument
3 f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!… argument
4cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this}… argument
/aosp_15_r20/sdk/templates/docs/
H A Djquery-1.8.0.min.js2 …ach(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"… argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/kotlin/
DEasterEgg.jar ... ) public final void setEnabled (boolean) boolean <set-?> public final com.android.egg ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/repackaged-jarjar/kotlinc/
DEasterEgg.jar ... setCOLORS_ACCENT1 (int[]) int[] <set-?> public static final int[] getCOLORS_ACCENT2 ...
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-1.6.2.min.js16c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.c… argument
17 shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.ex… argument
18 …d({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noClo… argument
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/javac/
Dsnakeyaml.jar ... , int, java.lang.Character) Character style public java.lang.Character getChar () public ...
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/local-javac-header/
Dsnakeyaml.jar ... , int, java.lang.Character) Character style public java.lang.Character getChar () public ...
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A Dwebcomponents-lite.js89 function percentEscape(c) { argument
96 function percentEscapeQuery(c) { argument
582 set: function(key, value) { method in WeakMap
974 set: function(text) { method
1011 function escapeReplace(c) { argument
1320 resolveUrlsInStyle: function(style, linkUrl) { argument
1521 style: "parseStyle" property
1735 function cloneStyle(style) { argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
H A DUnicodeProperty.java499 public Name(String name, int style) { in Name()
716 char c = source.charAt(i); in regularize() local
812 List c = sp.getNameAliases(new ArrayList(1)); in add() local
945 UnicodeSet set; in lookup() local
1185 PatternMatcher set(String pattern); in set() method
1191 public PatternMatcher set(PatternMatcher toInverse) { in set() method in UnicodeProperty.InversePatternMatcher
1202 public PatternMatcher set(String pattern) { in set() method in UnicodeProperty.InversePatternMatcher
1225 public PatternMatcher set(String pattern) { in set() method in UnicodeProperty.SimpleMatcher
1235 public UnicodeProperty.PatternMatcher set(String pattern) { in set() method in UnicodeProperty.RegexMatcher
1464 public UnicodeMapProperty set(UnicodeMap map) { in set() method in UnicodeProperty.UnicodeMapProperty
[all …]

12345678910>>...41