Searched refs:whiteSpace (Results 1 – 13 of 13) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Tokenizer.java | 56 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/ |
D | vhost_architecture.drawio | 7 …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;">MasterReqHandler</pre>" style="rounded=0;whiteSpace=wrap;html=1;font… 19 …pace;">VhostUserMasterReqHandler</pre>" style="rounded=1;whiteSpace=wrap;html=1;labe… 30 …5pt">SlaveFsCacheReq</pre></pre>" style="rounded=0;whiteSpace=wrap;html=1;font… 33 …e;">VhostUserMasterReqHandlerMut</pre>" style="rounded=1;whiteSpace=wrap;html=1;labe… 42 …6.5pt">SlaveListener</pre></pre>" style="rounded=0;whiteSpace=wrap;html=1;font… 45 …;SlaveReqHandler</pre></pre></pre>" style="rounded=0;whiteSpace=wrap;html=1;font… 48 …>VhostUserSlaveReqHandler</pre></pre>" style="rounded=1;whiteSpace=wrap;html=1;labe… [all …]
|
/external/libxml2/fuzz/ |
D | schema.dict | 51 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/ |
D | attr-deprecated-replacement-fixit.m | 43 - (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/ |
D | mdOut.h | 157 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/ |
D | prettify.js | 299 whitespace = node.currentStyle.whiteSpace; 303 whitespace = window.getComputedStyle(node, null).whiteSpace;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 703 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/ |
D | RBBIRuleScanner.java | 704 boolean whiteSpace = UCharacter.hasBinaryProperty(cp, UProperty.PATTERN_WHITE_SPACE); in stripRules() 705 if (whiteSpace) { in stripRules()
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 835 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/ |
D | CssSchema.java | 647 Property whiteSpace = new Property( 649 builder.put("white-space", whiteSpace);
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | prettify.js | 7 …\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComput…
|
D | android_3p-bundle.js | 304 whitespace = node.currentStyle.whiteSpace; 308 whitespace = window.getComputedStyle(node, null).whiteSpace;
|
/external/okhttp/website/static/ |
D | prettify.js | 28 …test(d.tagName))o=1;else var o=d.currentStyle,u=s.defaultView,o=(o=o?o.whiteSpace:u&&u.getComputed…
|