OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PERIOD
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java
94
// The end of a sentence ends with a
period
, question mark or exclamation mark. If it's
95
// a
period
, it also needs not to be an abbreviation, which means it also needs to either
174
// variants of English, the final
period
is placed within double quotes and maybe
189
// a sentence. If it's neither, the only remaining case is the
period
so we get the opposite
198
// We found out that we have a
period
. We need to determine if this is a full stop or
199
// otherwise sentence-ending
period
, or an abbreviation like "e.g.". An abbreviation
202
// START, WORD,
PERIOD
, ABBREVIATION
203
// On START : (just before the first
period
)
205
// whitespace => end with no caps (it was a stand-alone
period
)
207
// On WORD : (within the word just before the first
period
)
[
all
...]
/bionic/libc/netbsd/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/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 498 milliseconds