Searched defs:isspace (Results 1 - 5 of 5) sorted by relevance

/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java559 while (mPos < mBuf.length && isspace(mBuf[mPos])) {
646 while (mPos < mBuf.length && !isspace(mBuf[mPos]) && !issep(mBuf[mPos], parenIsSep)) {
661 && ((!isspace(mBuf[mPos]) && !issep(mBuf[mPos], parenIsSep)) || genericDepth != 0));
670 static boolean isspace(char c) { method in class:ApiFile
/external/linux-tools-perf/src/tools/perf/util/
H A Dutil.h196 #undef isspace macro
223 #define isspace(x) sane_istest(x,GIT_SPACE) macro
/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.h79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
142 #undef isspace macro
143 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
/external/valgrind/coregrind/
H A Dm_libcbase.c66 Bool VG_(isspace) ( HChar c ) function
102 while (VG_(isspace)(*str)) str++;
129 while (VG_(isspace)(*str)) str++;
154 while (VG_(isspace)(*str)) str++;
189 while (VG_(isspace)(*str)) str++;
222 while (VG_(isspace)(*str)) str++;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 280 milliseconds