/external/chromium_org/v8/src/ |
D | ostreams.cc | 169 static bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xd) || c == 0x20; } in IsSpace() function 170 static bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_ctype.h | 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } in IsSpace() function
|
D | eas_rtttl.c | 1146 if (!IsSpace(temp)) in RTTTL_GetNextChar() 1189 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_ctype.h | 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } in IsSpace() function
|
D | eas_rtttl.c | 1146 if (!IsSpace(temp)) in RTTTL_GetNextChar() 1189 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_ctype.h | 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } in IsSpace() function
|
D | eas_rtttl.c | 1146 if (!IsSpace(temp)) in RTTTL_GetNextChar() 1189 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
|
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/chromium_org/testing/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libc.cc | 206 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
|
D | sanitizer_common.h | 345 INLINE bool IsSpace(int c) { in IsSpace() function
|
/external/sqlite/dist/orig/ |
D | shell.c | 96 #define IsSpace(X) isspace((unsigned char)X) macro 1309 while( IsSpace(zSql[0]) ) zSql++; in shell_exec() 1428 while( IsSpace(zSql[0]) ) zSql++; in shell_exec() 2255 while( IsSpace(zLine[i]) ){ i++; } in do_meta_command() 2270 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; } in do_meta_command() 3484 if( IsSpace(z[0]) ) continue; in _all_whitespace() 3509 while( IsSpace(zLine[0]) ){ zLine++; }; in line_is_command_terminator() 3598 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){} in process_input()
|
/external/sqlite/dist/ |
D | shell.c | 101 #define IsSpace(X) isspace((unsigned char)X) macro 1314 while( IsSpace(zSql[0]) ) zSql++; in shell_exec() 1433 while( IsSpace(zSql[0]) ) zSql++; in shell_exec() 2275 while( IsSpace(zLine[i]) ){ i++; } in do_meta_command() 2290 while( zLine[i] && !IsSpace(zLine[i]) ){ i++; } in do_meta_command() 3504 if( IsSpace(z[0]) ) continue; in _all_whitespace() 3529 while( IsSpace(zLine[0]) ){ zLine++; }; in line_is_command_terminator() 3618 for(i=0; zLine[i] && IsSpace(zLine[i]); i++){} in process_input()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 567 static FX_BOOL IsSpace(FX_WORD word) in IsSpace() function 575 } else if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision() 579 } else if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision() 644 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) { in SplitLines()
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 547 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1533 inline bool IsSpace(char ch) {
|
D | gtest-internal.h | 650 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 621 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 579 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 621 while (IsSpace(*(++comma))) {} in SkipComma()
|
D | gtest-port.h | 1523 inline bool IsSpace(char ch) {
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 588 while (IsSpace(*nptr)) nptr++; in FixRealStrtolEndptr()
|