Home
last modified time | relevance | path

Searched refs:whiteSpace (Results 1 – 12 of 12) 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()
270 return whiteSpace; in getWhiteSpace()
279 whiteSpace = set; in setWhiteSpace()
/external/skia/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/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/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java705 boolean whiteSpace = UCharacter.hasBinaryProperty(cp, UProperty.PATTERN_WHITE_SPACE); in stripRules()
706 if (skippingSpaces && whiteSpace) { in stripRules()
710 skippingSpaces = whiteSpace; in stripRules()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java704 boolean whiteSpace = UCharacter.hasBinaryProperty(cp, UProperty.PATTERN_WHITE_SPACE); in stripRules()
705 if (skippingSpaces && whiteSpace) { in stripRules()
709 skippingSpaces = whiteSpace; in stripRules()
/external/icu/icu4c/source/common/
Drbbiscan.cpp836 bool whiteSpace = u_hasBinaryProperty(cp, UCHAR_PATTERN_WHITE_SPACE); in stripRules() local
837 if (skippingSpaces && whiteSpace) { in stripRules()
841 skippingSpaces = whiteSpace; in stripRules()
/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/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…
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2952 if (!__scanString.whiteSpace) {
2953 __scanString.whiteSpace = {};
2954 __scanString.whiteSpace[32] = 1;
2955 __scanString.whiteSpace[9] = 1;
2956 __scanString.whiteSpace[10] = 1;
2957 __scanString.whiteSpace[11] = 1;
2958 __scanString.whiteSpace[12] = 1;
2959 __scanString.whiteSpace[13] = 1;
2960 __scanString.whiteSpace[' '] = 1;
2961 __scanString.whiteSpace['\t'] = 1;
[all …]