/external/tensorflow/tensorflow/core/platform/ |
D | scanner.h | 183 static bool IsSpace(char ch) { in IsSpace() function 224 return IsSpace(ch); in Matches()
|
/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 | 1184 if (!IsSpace(temp)) in RTTTL_GetNextChar() 1227 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/cronet/third_party/boringssl/src/third_party/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/googletest/googletest/src/ |
D | gtest-typed-test.cc | 41 while (IsSpace(*str)) in SkipSpaces()
|
/external/cronet/third_party/googletest/src/googletest/src/ |
D | gtest-typed-test.cc | 40 while (IsSpace(*str)) str++; in SkipSpaces()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-typed-test.cc | 40 while (IsSpace(*str)) str++; in SkipSpaces()
|
/external/libvpx/third_party/googletest/src/src/ |
D | gtest-typed-test.cc | 40 while (IsSpace(*str)) str++; in SkipSpaces()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/spdx-tools/tvloader/reader/ |
D | reader.go | 85 return unicode.IsSpace(r)
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_section.cpp | 144 bool IsSpace(uint16_t word) { in IsSpace() function 153 if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision() 159 if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision() 590 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) { in SplitLines()
|
/external/licenseclassifier/stringclassifier/searchset/tokenizer/ |
D | tokenizer.go | 49 case unicode.IsSpace(r):
|
/external/go-cmp/cmp/ |
D | report_slices.go | 121 if (unicode.IsPrint(r) || unicode.IsSpace(r)) && r != utf8.RuneError {
|
D | report_reflect.go | 217 isPrintSpace := func(r rune) bool { return unicode.IsPrint(r) || unicode.IsSpace(r) }
|
/external/licenseclassifier/v2/ |
D | tokenizer.go | 171 if unicode.IsSpace(r) {
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libc.cc | 239 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
|
/external/skia/site/docs/dev/design/ |
D | uni_characterize.md | 49 const unsigned long IsSpace = 1 << 11,
|
/external/starlark-go/starlark/ |
D | library.go | 1596 if !unicode.IsSpace(r) { 1958 s = strings.TrimLeftFunc(recv, unicode.IsSpace) 1964 s = strings.TrimRightFunc(recv, unicode.IsSpace) 2060 if unicode.IsSpace(r) { 2090 if unicode.IsSpace(r) {
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1923 inline bool IsSpace(char ch) { 1946 while (it != str.begin() && IsSpace(*--it))
|
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 1892 inline bool IsSpace(char ch) { 1928 while (it != str.begin() && IsSpace(*--it)) it = str.erase(it);
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-port.h | 1930 inline bool IsSpace(char ch) { 1953 while (it != str.begin() && IsSpace(*--it))
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1934 inline bool IsSpace(char ch) { 1970 while (it != str.begin() && IsSpace(*--it))
|
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-port.h | 1930 inline bool IsSpace(char ch) { 1953 while (it != str.begin() && IsSpace(*--it))
|