OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODE_PERIOD
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java
157
public static final int
CODE_PERIOD
= '.';
CapsModeUtils.java
190
if (c != Constants.
CODE_PERIOD
|| j <= 0) {
240
} else if (c == Constants.
CODE_PERIOD
) {
256
} else if (c == Constants.
CODE_PERIOD
) {
StringUtils.java
296
if (codePoint < Constants.
CODE_PERIOD
|| codePoint > 'z') {
305
if (Constants.
CODE_PERIOD
== codePoint) {
LatinIME.java
[
all
...]
Completed in 26 milliseconds