Home
last modified time | relevance | path

Searched refs:whitespaces (Results 1 – 25 of 64) sorted by relevance

123

/third_party/flutter/skia/modules/skparagraph/src/
DFontResolver.cpp129 SkRange<size_t> whitespaces(0, 0); in resolveAllCharactersByFont() local
137 if (resolved.width() == whitespaces.width()) { in resolveAllCharactersByFont()
141 for (auto w = whitespaces.start; w != whitespaces.end; ++w) { in resolveAllCharactersByFont()
163 whitespaces = SkRange<size_t>(0, 0); in resolveAllCharactersByFont()
177 if (index == whitespaces.end) { in resolveAllCharactersByFont()
178 ++whitespaces.end; in resolveAllCharactersByFont()
180 whitespaces = SkRange<size_t>(index, index + 1); in resolveAllCharactersByFont()
183 whitespaces = SkRange<size_t>(0, 0); in resolveAllCharactersByFont()
/third_party/boost/libs/metaparse/doc/
Dtoken.qbk19 whitespaces afterwards. The result of parsing is the result of `P`.
61 "token consumes whitespaces after the number"
68 "whitespaces after the number are optional"
Dspaces.qbk44 "it should consume all whitespaces at the beginning of the input"
Dmanual.qbk83 used to build parsers that accept only digit characters, only whitespaces, etc.
124 whitespaces after the number. So the following parser parses one number and the
125 whitespaces after it:
/third_party/skia/third_party/externals/imgui/
D.editorconfig3 # - In practice VS2019 stills gets trailing whitespaces wrong :(
4 # - Suggest install to trim whitespaces: https://marketplace.visualstudio.com/items?itemName=Mads…
/third_party/json/third_party/amalgamate/
DCHANGES.md6 - reindented file to remove trailing whitespaces
/third_party/typescript/tests/cases/conformance/jsx/
DcheckJsxChildrenProperty7.tsx29 // Error: whitespaces matters
/third_party/mindspore/.github/ISSUE_TEMPLATE/
Dbug-report.md15 …evice <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
/third_party/curl/tests/data/
Dtest66354 HTTP redirect with dotdots and whitespaces in absolute Location: URL
/third_party/PyYAML/lib/yaml/
Dscanner.py1234 whitespaces = self.prefix(length)
1249 chunks.append(whitespaces)
1319 whitespaces = self.prefix(length)
1344 elif whitespaces:
1345 chunks.append(whitespaces)
/third_party/typescript/tests/baselines/reference/
DcheckJsxChildrenProperty7.errors.txt29 // Error: whitespaces matters
DcheckJsxChildrenProperty7.types58 // Error: whitespaces matters
DcheckJsxChildrenProperty7.symbols59 // Error: whitespaces matters
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dglobals.dart51 /// specified number of whitespaces.
/third_party/flutter/engine/flutter/lib/web_ui/test/text/
Dmeasurement_test.dart146 // leading whitespaces
153 // trailing whitespaces
160 // mixed whitespaces
/third_party/python/Doc/library/
Dtextwrap.rst139 Text is preferably wrapped on whitespaces and right after the hyphens in
268 (default: ``True``) If true, wrapping will occur preferably on whitespaces
270 If false, only whitespaces will be considered as potentially good places
Dshlex.rst279 If ``True``, tokens will only be split in whitespaces. This is useful, for
369 split words in whitespaces;
/third_party/flutter/engine/flutter/tools/licenses/
DREADME.md6 …ense files. Click `Download full logs` (Github removes lines with only whitespaces, which invalida…
/third_party/skia/experimental/sktext/src/
DLine.h188 TextRange whitespaces() const { return fWhitespaces; } in whitespaces() function
/third_party/boost/libs/property_tree/doc/
Dxml_parser.qbk21 that consists only of whitespace. Encoded whitespaces (e.g. &#32;) does not
/third_party/PyYAML/
DCHANGES168 for block scalar; thus scalars with leading whitespaces
229 quote is not escaped when preceded by whitespaces or line breaks.
/third_party/skia/experimental/sktext/include/
DSkText.md13 …ion that may be needed later: graphemes, words, hard/soft line breaks, whitespaces, bidi regions a…
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/
Druler.dart401 // Force single-line (even if wider than screen) and preserve whitespaces.
428 // Preserve whitespaces.
489 // Force single-line (even if wider than screen) and preserve whitespaces.
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp872 TextRange whitespaces = intersected( in iterateThroughVisualRuns() local
874 if (whitespaces.width() > 0) { in iterateThroughVisualRuns()
875 …auto whitespacesLen = measureTextInsideOneRun(whitespaces, run, runOffset, 0, true, false).clip.wi… in iterateThroughVisualRuns()
/third_party/ffmpeg/doc/
Dutils.texi29 Leading and trailing whitespaces, unless escaped or quoted, are
62 Include leading or trailing whitespaces using quoting:
64 ' this string starts and ends with whitespaces '

123