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

  /bionic/libc/netbsd/resolv/
res_comp.c 156 #define PERIOD 0x2e
159 #define periodchar(c) ((c) == PERIOD)
172 int pch = PERIOD, ch = *dn++;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
StringUtils.java 216 // The end of a sentence ends with a period, question mark or exclamation mark. If it's
217 // a period, it also needs not to be an abbreviation, which means it also needs to either
296 // variants of English, the final period is placed within double quotes and maybe
311 // a sentence. If it's neither, the only remaining case is the period so we get the opposite
320 // We found out that we have a period. We need to determine if this is a full stop or
321 // otherwise sentence-ending period, or an abbreviation like "e.g.". An abbreviation
324 // START, WORD, PERIOD, ABBREVIATION
325 // On START : (just before the first period)
327 // whitespace => end with no caps (it was a stand-alone period)
329 // On WORD : (within the word just before the first period)
    [all...]

Completed in 84 milliseconds