HomeSort by relevance Sort by last modified time
    Searched defs:punctuation (Results 1 - 6 of 6) sorted by null

  /external/markdown/markdown/extensions/
headerid.py 71 from string import ascii_lowercase, digits, punctuation namespace
161 elif c not in punctuation:
  /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/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...]
  /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/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 250 milliseconds