Home
last modified time | relevance | path

Searched refs:punctuation (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_semantic_tree_test.unitjs1159 '<punctuation>,</punctuation>' +
1161 '<punctuation>,</punctuation>' +
1167 '<punctuation>|</punctuation>' +
1205 '<punctuation>\u2016</punctuation>' +
1211 '<punctuation>|</punctuation>' +
1221 '<punctuation>\u2016</punctuation>' +
1252 '<punctuation>\u2016</punctuation>' +
1258 '<punctuation>|</punctuation>' +
1268 '<punctuation>\u2016</punctuation>' +
1309 '<punctuation>\u2016</punctuation>' +
[all …]
/external/regex-re2/doc/
Dsyntax.txt105 \* literal «*», for any punctuation character «*»
110 \Q...\E literal text «...» even if «...» has punctuation
181 [:punct:] punctuation (== [!-/:-@[-`{-~])
210 P punctuation
211 Pc connector punctuation
212 Pd dash punctuation
213 Pe close punctuation
214 Pf final punctuation
215 Pi initial punctuation
216 Po other punctuation
[all …]
/external/chromium_org/third_party/re2/doc/
Dsyntax.txt105 \* literal «*», for any punctuation character «*»
110 \Q...\E literal text «...» even if «...» has punctuation
181 [:punct:] punctuation (== [!-/:-@[-`{-~])
210 P punctuation
211 Pc connector punctuation
212 Pd dash punctuation
213 Pe close punctuation
214 Pf final punctuation
215 Pi initial punctuation
216 Po other punctuation
[all …]
/external/markdown/markdown/extensions/
Dheaderid.py71 from string import ascii_lowercase, digits, punctuation
161 elif c not in punctuation:
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java144 handler.punctuation(token); in parsePropertyValue()
212 void punctuation(String token); in punctuation() method
DStylingPolicy.java152 public void punctuation(String token) { in sanitizeCssProperties()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_graphs.utf16 ! punctuation characters
18 ! punct = 1: not sentence-final punctuation mark
19 ! punct = 2: sentence-final punctuation mark
31 ! (e.g. punctuation, '<', '>')
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_graphs.utf16 ! punctuation characters
18 ! punct = 1: not sentence-final punctuation mark
19 ! punct = 2: sentence-final punctuation mark
31 ! (e.g. punctuation, '<', '>')
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_graphs.utf16 ! punctuation characters
18 ! punct = 1: not sentence-final punctuation mark
19 ! punct = 2: sentence-final punctuation mark
31 ! (e.g. punctuation, '<', '>')
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_graphs.utf16 ! punctuation characters
18 ! punct = 1: not sentence-final punctuation mark
19 ! punct = 2: sentence-final punctuation mark
31 ! (e.g. punctuation, '<', '>')
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_graphs.utf16 ! punctuation characters
18 ! punct = 1: not sentence-final punctuation mark
19 ! punct = 2: sentence-final punctuation mark
31 ! (e.g. punctuation, '<', '>')
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_graphs.utf16 ! punctuation characters
18 ! punct = 1: not sentence-final punctuation mark
19 ! punct = 2: sentence-final punctuation mark
31 ! (e.g. punctuation, '<', '>')
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java160 String punctuation = "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]" + punctuationLimit;
170 "(?:" + leadClass + punctuation + ")" + leadLimit +
171 digitSequence + "(?:" + punctuation + digitSequence + ")" + blockLimit +
/external/chromium_org/chrome/common/extensions/docs/static/css/
Dprettify.css12 /* punctuation, lisp open bracket, lisp close bracket */
/external/strace/
Dgitlog-to-changelog69 there is no other punctuation or blank at the end.
181 # append a dot if there is no other punctuation or blank
/external/qemu/distrib/jpeg-6b/
Dwizard.doc154 between numbers and around punctuation. Also, comments can be included: a
157 single punctuation character other than ':' or ';' can be inserted.) For
/external/jpeg/
Dwizard.doc154 between numbers and around punctuation. Also, comments can be included: a
157 single punctuation character other than ':' or ';' can be inserted.) For
/external/chromium_org/third_party/sqlite/src/ext/fts3/
DREADME.tokenizers77 discard punctuation, this can be done by creating a tokenizer
/external/chromium_org/third_party/sqlite/src/ext/fts2/
DREADME.tokenizers77 discard punctuation, this can be done by creating a tokenizer
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValueKeywords.in796 literal-punctuation
797 no-punctuation
/external/skia/experimental/webtry/res/css/cm/
Dcodemirror.css74 .cm-s-default .cm-punctuation,
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
Dcodemirror.css74 .cm-s-default .cm-punctuation,
/external/bison/build-aux/
Dgitlog-to-changelog66 there is no other punctuation or blank at the end.
386 # append a dot if there is no other punctuation or blank
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.css100 .cm-s-default .cm-punctuation,
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt25 To this end, Markdown's syntax is comprised entirely of punctuation
26 characters, which punctuation characters have been carefully chosen so
574 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *no…

12