OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isident
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/binder/
Debug.cpp
48
static inline int
isident
(int c)
function in namespace:android
118
valid =
isident
(c[3]) ? true : false;
126
if (!
isident
(c[i])) valid = false;
/external/doclava/src/com/google/doclava/apicheck/
ApiFile.java
481
if (
isIdent
(token)) {
529
public static boolean
isIdent
(String token) {
530
return
isident
(token.charAt(0));
534
if (!
isident
(token.charAt(0))) {
687
static boolean
isident
(char c) {
method in class:ApiFile
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py
211
def
isident
(char):
function
219
if not
isident
(name[0]):
222
if not
isident
(char) and not isdigit(char):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py
211
def
isident
(char):
function
219
if not
isident
(name[0]):
222
if not
isident
(char) and not isdigit(char):
Completed in 425 milliseconds