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

  /external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
GtestFilter.java 27 private static final Pattern PERIOD = Pattern.compile("\\.");
42 String sanitized = PERIOD.matcher(f).replaceAll("\\\\.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 110 // The end of a sentence ends with a period, question mark or exclamation mark. If it's
111 // a period, it also needs not to be an abbreviation, which means it also needs to either
202 // variants of English, the final period is placed within double quotes and maybe
217 // a sentence. If it's neither, the only remaining case is the period so we get the opposite
226 // We found out that we have a period. We need to determine if this is a full stop or
227 // otherwise sentence-ending period, or an abbreviation like "e.g.". An abbreviation
230 // a whitespace-digits-period sequence.
232 // START, WORD, PERIOD, ABBREVIATION, NUMBER
233 // On START : (just before the first period)
236 // whitespace => end with no caps (it was a stand-alone period)
    [all...]
  /bionic/libc/dns/resolv/
res_comp.c 156 #define PERIOD 0x2e
159 #define periodchar(c) ((c) == PERIOD)
172 int pch = PERIOD, ch = *dn++;
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 82 milliseconds