Home
last modified time | relevance | path

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

1234567

/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/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/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/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/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-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/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/icu/icu4c/source/data/translit/
DHan_Spacedhan.txt17 # add space between any Han or terminal punctuation and letters, and
DHans_Hant.txt4147 # map some punctuation too
Ddv_dv_Latn_BGN.txt17 # In our rules, we also convert Arabic punctuation characters to Latin.
DGrek_Latn_UNGEGN.txt38 # Fix punctuation
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java160 String punctuation = "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]" + punctuationLimit;
170 "(?:" + leadClass + punctuation + ")" + leadLimit
171 + digitSequence + "(?:" + punctuation + digitSequence + ")" + blockLimit
/external/hyphenation-patterns/Ethi/
Dhyph-und-ethi.lic.txt19 % syllables, and to forbid it before some punctuation marks particular to
/external/python/cpython2/Lib/
Dstring.py33 punctuation = """!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~""" variable
34 printable = digits + letters + punctuation + whitespace
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkOddWPAPassphrases28 ' !"#$%&\'()>*+,-./:;<=>?@[\\]^_{|}~'] # All punctuation.
/external/icu/icu4j/
Dstylesheet6.css91 span.j-sym /* symbols, punctuation */
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt8 …uage like English no single encoding was adequate for all the letters, punctuation, and technical …
/external/python/cpython2/Doc/library/
Dnetrc.rst85 ASCII punctuation is allowed in passwords. However, note that whitespace and
/external/icu/icu4c/source/test/testdata/break_rules/
Dline_normal_cj.txt106 # Do not break between closing punctuation and $NS, even with intervening spaces
107 # But DO allow a break between closing punctuation and $NSX, don't include it here
/external/icu/icu4c/source/data/locales/
Dar_XB.txt375 punctuation{"‮punctuation‬"}
/external/libjpeg-turbo/
Dwizard.txt154 between numbers and around punctuation. Also, comments can be included: a
157 single punctuation character other than ':' or ';' can be inserted.) For
/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

1234567