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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 48 * <li>Leading punctuation / plus signs are limited.
49 * <li>Consecutive occurrences of punctuation are limited.
88 * Punctuation that may be at the start of a phone number - brackets and plus signs.
115 /* Limit on the number of consecutive punctuation characters. */
122 /* Limit on the number of blocks separated by punctuation. Uses digitBlockLimit since some
126 /* A punctuation sequence allowing white space. */
127 String punctuation = "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]" + punctuationLimit; typedefs
128 /* A digits block without punctuation. */
136 /* Phone number pattern allowing optional punctuation. */
138 "(?:" + leadClass + punctuation + ")" + leadLimit
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 4 # SmartyPants - Smart punctuation for web sites
39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into &#8220;smart&#8221; typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>.
412 # Make our own "punctuation" character class, because the POSIX-style
417 # followed by punctuation at a non-word-break. Close the quotes by brute force:
693 punctuation characters into "smart" typographic punctuation HTML
704 display text where smart quotes and other "smart punctuation" would not
712 to force non-smart punctuation. It does so by transforming the escape
  /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...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 711 % @frenchspacing on|off says whether to put extra space after punctuation.
    [all...]

Completed in 1910 milliseconds