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

  /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/libphonenumber/src/com/google/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; external variable declarations
161 /* A digits block without punctuation. */
168 /* Phone number pattern allowing optional punctuation. */
170 "(?:" + leadClass + punctuation + ")" + leadLimi
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 531 final String punctuation = punctuationSuggestions.getLabel(positionInStrip); local
535 wordView.setText(punctuation);
536 wordView.setContentDescription(punctuation);
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 272 milliseconds