Home
last modified time | relevance | path

Searched refs:whiteSpace (Results 1 – 13 of 13) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DTokenizer.java56 protected UnicodeSet whiteSpace = WHITESPACE; field in Tokenizer
61 if (syntax.containsSome(QUOTERS) || syntax.containsSome(whiteSpace)) { in fixSets()
62 syntax = ((UnicodeSet) syntax.clone()).removeAll(QUOTERS).removeAll(whiteSpace); in fixSets()
64 if (whiteSpace.containsSome(QUOTERS)) { in fixSets()
65 whiteSpace = ((UnicodeSet) whiteSpace.clone()).removeAll(QUOTERS); in fixSets()
68 .addAll(whiteSpace); in fixSets()
153 else if (!whiteSpace.contains(cp)) break; in next()
271 return whiteSpace; in getWhiteSpace()
280 whiteSpace = set; in setWhiteSpace()
/external/rust/crates/vmm_vhost/docs/
Dvhost_architecture.drawio7 …t;<br><br><br><br><br>" style="rounded=0;whiteSpace=wrap;html=1;labe…
10 …Cell id="47" value="" style="shape=hexagon;perimeter=hexagonPerimeter2;whiteSpace=wrap;html=1;fixe…
13 …<mxCell id="44" value="" style="rounded=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;sketch=…
16 …-size: 16.5pt;&quot;&gt;MasterReqHandler&lt;/pre&gt;" style="rounded=0;whiteSpace=wrap;html=1;font…
19 …pace;&quot;&gt;VhostUserMasterReqHandler&lt;/pre&gt;" style="rounded=1;whiteSpace=wrap;html=1;labe…
30 …5pt&quot;&gt;SlaveFsCacheReq&lt;/pre&gt;&lt;/pre&gt;" style="rounded=0;whiteSpace=wrap;html=1;font…
33 …e;&quot;&gt;VhostUserMasterReqHandlerMut&lt;/pre&gt;" style="rounded=1;whiteSpace=wrap;html=1;labe…
42 …6.5pt&quot;&gt;SlaveListener&lt;/pre&gt;&lt;/pre&gt;" style="rounded=0;whiteSpace=wrap;html=1;font…
45 …;SlaveReqHandler&lt;/pre&gt;&lt;/pre&gt;&lt;/pre&gt;" style="rounded=0;whiteSpace=wrap;html=1;font…
48 …&gt;VhostUserSlaveReqHandler&lt;/pre&gt;&lt;/pre&gt;" style="rounded=1;whiteSpace=wrap;html=1;labe…
[all …]
/external/libxml2/fuzz/
Dschema.dict51 xs_white_space_collapse="<xs:whiteSpace value='collapse'/>"
52 xs_white_space_preserve="<xs:whiteSpace value='preserve'/>"
53 xs_white_space_replace="<xs:whiteSpace value='replace'/>"
/external/llvm-project/clang/test/SemaObjC/
Dattr-deprecated-replacement-fixit.m43 - (void)extra:(int)param1 whiteSpace:(int)param2 DEPRECATED("renameExtra:whiteSpace:"); argument
44 - (void)renameExtra:(int)param1 whiteSpace:(int)param2;
78 [object extra: 0 whiteSpace: 1]; // expected-warning {{is deprecated}}
80 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:23-[[@LINE-2]]:33}:"whiteSpace"
/external/skqp/tools/bookmaker/
DmdOut.h157 bool whiteSpace = start < fRefEnd && ' ' >= start[0]; in skipWhiteSpace() local
159 whiteSpace &= ' ' >= start[0]; in skipWhiteSpace()
164 if ("" != fPriorWord && whiteSpace) { in skipWhiteSpace()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js299 whitespace = node.currentStyle.whiteSpace;
303 whitespace = window.getComputedStyle(node, null).whiteSpace;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java703 boolean whiteSpace = UCharacter.hasBinaryProperty(cp, UProperty.PATTERN_WHITE_SPACE); in stripRules()
704 if (whiteSpace) { in stripRules()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java704 boolean whiteSpace = UCharacter.hasBinaryProperty(cp, UProperty.PATTERN_WHITE_SPACE); in stripRules()
705 if (whiteSpace) { in stripRules()
/external/icu/icu4c/source/common/
Drbbiscan.cpp835 bool whiteSpace = u_hasBinaryProperty(cp, UCHAR_PATTERN_WHITE_SPACE); in stripRules() local
836 if (whiteSpace) { in stripRules()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java647 Property whiteSpace = new Property(
649 builder.put("white-space", whiteSpace);
/external/doclava/res/assets/templates-sdk/assets/js/
Dprettify.js7 …\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComput…
Dandroid_3p-bundle.js304 whitespace = node.currentStyle.whiteSpace;
308 whitespace = window.getComputedStyle(node, null).whiteSpace;
/external/okhttp/website/static/
Dprettify.js28 …test(d.tagName))o=1;else var o=d.currentStyle,u=s.defaultView,o=(o=o?o.whiteSpace:u&&u.getComputed…