Searched refs:punctuation (Results 1 – 25 of 49) sorted by relevance
12
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | math_semantic_tree_test.unitjs | 1159 '<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/ |
D | syntax.txt | 105 \* 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/ |
D | syntax.txt | 105 \* 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/ |
D | headerid.py | 71 from string import ascii_lowercase, digits, punctuation 161 elif c not in punctuation:
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssGrammar.java | 144 handler.punctuation(token); in parsePropertyValue() 212 void punctuation(String token); in punctuation() method
|
D | StylingPolicy.java | 152 public void punctuation(String token) { in sanitizeCssProperties()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_graphs.utf | 16 ! 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/ |
D | de-DE_graphs.utf | 16 ! 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/ |
D | fr-FR_graphs.utf | 16 ! 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/ |
D | es-ES_graphs.utf | 16 ! 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/ |
D | en-US_graphs.utf | 16 ! 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/ |
D | en-GB_graphs.utf | 16 ! 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/ |
D | PhoneNumberMatcher.java | 160 String punctuation = "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]" + punctuationLimit; 170 "(?:" + leadClass + punctuation + ")" + leadLimit + 171 digitSequence + "(?:" + punctuation + digitSequence + ")" + blockLimit +
|
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
D | prettify.css | 12 /* punctuation, lisp open bracket, lisp close bracket */
|
/external/strace/ |
D | gitlog-to-changelog | 69 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/ |
D | wizard.doc | 154 between numbers and around punctuation. Also, comments can be included: a 157 single punctuation character other than ':' or ';' can be inserted.) For
|
/external/jpeg/ |
D | wizard.doc | 154 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/ |
D | README.tokenizers | 77 discard punctuation, this can be done by creating a tokenizer
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
D | README.tokenizers | 77 discard punctuation, this can be done by creating a tokenizer
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSValueKeywords.in | 796 literal-punctuation 797 no-punctuation
|
/external/skia/experimental/webtry/res/css/cm/ |
D | codemirror.css | 74 .cm-s-default .cm-punctuation,
|
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/ |
D | codemirror.css | 74 .cm-s-default .cm-punctuation,
|
/external/bison/build-aux/ |
D | gitlog-to-changelog | 66 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/ |
D | codemirror.css | 100 .cm-s-default .cm-punctuation,
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 25 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