OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODE_DOUBLE_QUOTE
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java
76
return (codePoint == Constants.
CODE_DOUBLE_QUOTE
|| codePoint == Constants.CODE_SINGLE_QUOTE
207
if (c != Constants.
CODE_DOUBLE_QUOTE
&& c != Constants.CODE_SINGLE_QUOTE
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java
523
if (Constants.
CODE_DOUBLE_QUOTE
== codePoint) {
530
if (Character.isWhitespace(codePoint) && Constants.
CODE_DOUBLE_QUOTE
== prevCodePoint) {
540
return Constants.
CODE_DOUBLE_QUOTE
== codePoint;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
[
all
...]
Completed in 743 milliseconds