Home
last modified time | relevance | path

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

12

/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
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 …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
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 …]
/external/eigen/bench/perf_monitoring/resources/
Ds2.js1ction(){var a={};a.dev=!1,a.tooltip=a.tooltip||{},a.utils=a.utils||{},a.models=a.models||{},a.char… argument
/external/icu/icu4c/source/i18n/
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 …]
/external/cronet/third_party/icu/source/i18n/
Ddtptngen.cpp395 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local
399 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local
436 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator ==() local
818 DateFormat::EStyle style = (DateFormat::EStyle)i; in addICUPatterns() local
1222 UDateFormatStyle style = UDAT_SHORT; in getBestPattern() local
1371 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFormat() local
1383 DateTimePatternGenerator::setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dtFormat, … in setDateTimeFormat()
1399 DateTimePatternGenerator::getDateTimeFormat(UDateFormatStyle style, UErrorCode& status) const { in getDateTimeFormat()
1479 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFromCalendar() local
1744 char16_t c = (typeValue!= UDATPG_HOUR_FIELD in adjustFieldTypes() local
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
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 …]
DDateTimePatternGenerator.java687 int style = DateFormat.SHORT; in getBestPattern() local
1101 public void setDateTimeFormat(int style, String dateTimeFormat) { in setDateTimeFormat()
1119 public String getDateTimeFormat(int style) { in getDateTimeFormat()
1746 final public FormatParser set(String string) { in set() method in DateTimePatternGenerator.FormatParser
1759 public FormatParser set(String string, boolean strict) { in set() method in DateTimePatternGenerator.FormatParser
2314 char c = (type != HOUR in adjustFieldTypes() local
2800 DateTimeMatcher set(String pattern, FormatParser fp, boolean allowDuplicateFields) { in set() method in DateTimePatternGenerator.DateTimeMatcher
/external/icu/android_icu4j/src/main/java/android/icu/text/
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 …]
DDateTimePatternGenerator.java685 int style = DateFormat.SHORT; in getBestPattern() local
1085 public void setDateTimeFormat(int style, String dateTimeFormat) { in setDateTimeFormat()
1103 public String getDateTimeFormat(int style) { in getDateTimeFormat()
1710 final public FormatParser set(String string) { in set() method in DateTimePatternGenerator.FormatParser
1724 public FormatParser set(String string, boolean strict) { in set() method in DateTimePatternGenerator.FormatParser
2285 char c = (type != HOUR in adjustFieldTypes() local
2772 DateTimeMatcher set(String pattern, FormatParser fp, boolean allowDuplicateFields) { in set() method in DateTimePatternGenerator.DateTimeMatcher
/external/testng/src/main/resources/
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
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
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 …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175c="Function",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnP… argument
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
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
Dwebcomponents-lite.min.js11rch.slice(1).split("&").forEach(function(e){var t,o=e.split("=");o[0]&&(t=o[0].match(/wc-(.+)/))&&… function
12 …tached&&(e.__attached=!0,e.attachedCallback&&e.attachedCallback())}function c(e){d(e),g(e,function… function
DHTMLImports.min.js11set:function(t,n){var r=t[this.name];return r&&r[0]===t?r[1]=n:e(t,this.name,{value:[t,n],writable… method in n
Dwebcomponents.min.js11ction(){window.WebComponents=window.WebComponents||{flags:{}};var e="webcomponents.js",t=document.… method
12 …=r;var a,s=g(this),c=v(this).root;if(c instanceof e.wrappers.ShadowRoot)return o(this,t);if(s inst… function
13 return j(n.apply(N(this),arguments))}}function c(e,t){var n=document.implementation[t];e.prototype[… function
14c++,n()}var s=t.querySelectorAll("link[rel=import]"),c=0,l=s.length,u=[],d=[];if(l)for(var p,h=0;h… function
Dwebcomponents.js67 set: function(key, value) { method in WeakMap
187 set: function(v) {}, method
252 set: setter, property
2568 function escapeReplace(c) { argument
2759 set: function(v) { method
4469 style: "HTMLStyleElement", property
4510 shimStyle: function(style, selector) { argument
4982 function percentEscape(c) { argument
4989 function percentEscapeQuery(c) { argument
6006 resolveUrlsInStyle: function(style, linkUrl) { argument
[all …]
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2477c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.c… argument
2478 …3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};ret… argument
2479clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},afte… argument
2614 (function(b,a,c){b.fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE… argument
2646 (function(a,b){function c(b,c){var e=b.nodeName.toLowerCase();if("area"===e){var f=b.parentNode,g=f… argument
2650 (function(a,b){if(a.cleanData){var c=a.cleanData;a.cleanData=function(b){for(var d=0,e;(e=b[d])!=nu… argument
2654 (function(a,b){var c=!1;a(document).mouseup(function(a){c=!1}),a.widget("ui.mouse",{options:{cancel… argument
2658 (function(a,b){a.ui=a.ui||{};var c=/left|center|right/,d=/top|center|bottom/,e="center",f={},g=a.fn… argument
2662 (function(a,b){a.widget("ui.draggable",a.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:!0,… argument
2666 (function(a,b){a.widget("ui.droppable",{widgetEventPrefix:"drop",options:{accept:"*",activeClass:!1… argument
[all …]
/external/zxing/docs/js/
Dapache-maven-fluido-1.7.min.js25ction(de){var cy,dh,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ… variable
Dapache-maven-fluido-1.5.min.js25ction(de){var cy,dh,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ… argument
Dapache-maven-fluido-1.8.min.js25ction(de){var cy,dh,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ… function
Dapache-maven-fluido-1.6.min.js25ction(de){var cy,dh,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ… argument
/external/perfmark/traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/polymer/
Dwebcomponents.min.js11ction(){window.WebComponents=window.WebComponents||{flags:{}};var e="webcomponents.js",t=document.… method
12 …=r;var a,s=g(this),c=v(this).root;if(c instanceof e.wrappers.ShadowRoot)return o(this,t);if(s inst… function
13 return j(n.apply(N(this),arguments))}}function c(e,t){var n=document.implementation[t];e.prototype[… function
14c++,n()}var s=t.querySelectorAll("link[rel=import]"),c=0,l=s.length,u=[],d=[];if(l)for(var p,h=0;h… function
/external/skia/tools/debugger/
DDrawCommand.cpp472 for (int c = 0; c < 3; ++c) { in MakeJsonMatrix() local
484 for (int c = 0; c < 4; ++c) { in MakeJsonMatrix44() local
787 SkPaint::Style style = paint.getStyle(); in apply_paint_style() local
1934 DrawEdgeAAImageSetCommand::DrawEdgeAAImageSetCommand(const SkCanvas::ImageSetEntry set[], in DrawEdgeAAImageSetCommand()
/external/angle/third_party/vulkan_memory_allocator/docs/html/
Djquery.js2a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e)… argument
14 ;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!… argument

12