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

/external/qemu/android/utils/
H A Dproperty_file.c19 // Return true iff |ch| is whitespace. Don't use isspace() to avoid
21 static int isspace(int ch) { function
54 while (line < lineEnd && isspace(line[0]))
69 while (nameEnd > name && isspace(nameEnd[-1]))
/external/stlport/stlport/
H A Dctype.h51 # undef isspace macro
76 __inline int (isspace)(int c) { return _isctype(c, _SPACE); } function
/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/perf-3.12.0/tools/perf/util/
H A Dutil.h196 #undef isspace macro
223 #define isspace(x) sane_istest(x,GIT_SPACE) macro
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c54 #define isspace(a) (((CHAR)a == ' ') || ((CHAR)a == '\t')) macro
88 while ( isspace(*bufp) ) {
113 while ( *bufp && ! isspace(*bufp) ) {
/external/valgrind/main/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/openssl/
H A De_os.h301 # if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace)
303 # undef isspace macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c38 Bool VG_(isspace) ( HChar c ) function
74 while (VG_(isspace)(*str)) str++;
100 while (VG_(isspace)(*str)) str++;
124 while (VG_(isspace)(*str)) str++;
158 while (VG_(isspace)(*str)) str++;
190 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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 241 milliseconds