OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LABEL_END
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecParser.java
44
private static final String
LABEL_END
= "|";
90
final int end = moreKeySpec.indexOf(
LABEL_END
, start);
92
throw new MoreKeySpecParserError(
LABEL_END
+ " at " + start + ": " + moreKeySpec);
100
} else if (moreKeySpec.startsWith(
LABEL_END
, pos)) {
124
throw new MoreKeySpecParserError("Multiple " +
LABEL_END
+ ": "
126
final String outputText = parseEscape(moreKeySpec.substring(end +
LABEL_END
.length()));
144
throw new MoreKeySpecParserError("Multiple " +
LABEL_END
+ ": " + moreKeySpec);
146
moreKeySpec.substring(end +
LABEL_END
.length() + PREFIX_AT.length()));
161
int end = moreKeySpec.indexOf(
LABEL_END
, PREFIX_ICON.length() + 1);
/system/core/toolbox/
getevent.h
9
#define
LABEL_END
{ NULL, -1 }
16
LABEL_END
,
32
LABEL_END
,
40
LABEL_END
,
540
LABEL_END
,
554
LABEL_END
,
597
LABEL_END
,
615
LABEL_END
,
624
LABEL_END
,
639
LABEL_END
,
[
all
...]
Completed in 729 milliseconds