HomeSort by relevance Sort by last modified time
    Searched refs:punctuation (Results 1 - 25 of 39) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
comma_if.hpp 15 # include <boost/preprocessor/punctuation/comma_if.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/
comma_if.hpp 20 # include <boost/preprocessor/punctuation/comma.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
enum_params.hpp 18 # include <boost/preprocessor/punctuation/comma_if.hpp>
enum_binary_params.hpp 17 # include <boost/preprocessor/punctuation/comma_if.hpp>
enum.hpp 21 # include <boost/preprocessor/punctuation/comma_if.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
in_place_factory_prefix.hpp 20 #include <boost/preprocessor/punctuation/paren.hpp>
  /external/eigen/bench/
BenchUtil.h 17 #include <boost/preprocessor/punctuation.hpp>
18 #include <boost/preprocessor/punctuation/comma.hpp>
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 144 handler.punctuation(token);
212 void punctuation(String token); method in interface:CssGrammar.PropertyHandler
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background.js 77 * Punctuation echoed for the 'none' option.
87 * Punctuation echoed for the 'some' option.
97 * Punctuation echoed for the 'all' option.
108 * A list of punctuation characters that should always be spliced into output
226 // retain the original punctuation.
530 // Perform any remaining processing such as punctuation expansion.
569 * Method that cycles among the available punctuation echo levels.
570 * @return {string} The resulting punctuation level message id.
625 * punctuation character.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 51 * <li>Leading punctuation / plus signs are limited.
52 * <li>Consecutive occurrences of punctuation are limited.
121 * Punctuation that may be at the start of a phone number - brackets and plus signs.
148 /* Limit on the number of consecutive punctuation characters. */
155 /* Limit on the number of blocks separated by punctuation. Uses digitBlockLimit since some
159 /* A punctuation sequence allowing white space. */
160 String punctuation = "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]" + punctuationLimit; typedefs
161 /* A digits block without punctuation. */
168 /* Phone number pattern allowing optional punctuation. */
170 "(?:" + leadClass + punctuation + ")" + leadLimit
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 17 punctuation -- a string containing all characters considered punctuation
33 punctuation = """!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"""
34 printable = digits + letters + punctuation + whitespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 17 punctuation -- a string containing all characters considered punctuation
33 punctuation = """!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"""
34 printable = digits + letters + punctuation + whitespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 23 #include <boost/preprocessor/punctuation/comma.hpp>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_string.py 77 string.punctuation
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_string.py 77 string.punctuation
  /external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
codemirror.css 74 .cm-s-default .cm-punctuation,
  /external/skia/experimental/webtry/res/css/cm/
codemirror.css 74 .cm-s-default .cm-punctuation,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 535 final String punctuation = punctuationSuggestions.getLabel(positionInStrip); local
539 wordView.setText(punctuation);
540 wordView.setContentDescription(punctuation);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 257 // Special case for google+, where the punctuation must be pronounced.
314 /** TTS punctuation-echo property. @type {string} */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 24 * is of type punctuation, but depending on context it has the role of a
56 // Punctuation Characters.
753 // Numbers with other punctuation.
840 // Punctuation
842 type: cvox.SemanticAttr.Type.PUNCTUATION,
846 type: cvox.SemanticAttr.Type.PUNCTUATION,
850 type: cvox.SemanticAttr.Type.PUNCTUATION,
854 type: cvox.SemanticAttr.Type.PUNCTUATION,
858 type: cvox.SemanticAttr.Type.PUNCTUATION,
    [all...]
math_semantic_tree.js 681 * punctuation sequences, function/big operator/integral applications to
920 * 4. Any remaining unmatched delimiters are turned into punctuation nodes.
957 // - make punctuation nodes from open fences
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 100 .cm-s-default .cm-punctuation,
  /external/chromium_org/ui/keyboard/resources/elements/
kb-shift-key.js 179 * Callback function for when a space is pressed after punctuation.
kb-keyboard.js 45 * when spacebar is pressed. If a closing punctuation is followed by a
727 console.error('Capitalization on space after punctuation \
792 * punctuation.
  /dalvik/docs/
prettify.js 157 /** token style for a punctuation string. */
159 /** token style for a punctuation string. */
246 // TODO: maybe style special characters inside a regexp as punctuation.
    [all...]

Completed in 939 milliseconds

1 2