OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdentifierChar
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Semproc/src/
LexicalAnalyzer.c
27
ESR_BOOL
isIdentifierChar
(LCHAR p);
116
while (
isIdentifierChar
(*p)) /* finds the end of the name of this identifier */
129
ESR_BOOL
isIdentifierChar
(LCHAR p)
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java
582
while (mOffset < chars.length &&
isIdentifierChar
(chars[mOffset])) {
638
private static final boolean
isIdentifierChar
(char c) {
Completed in 38 milliseconds