Home
last modified time | relevance | path

Searched refs:IsSpace (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/core/platform/
Dscanner.h183 static bool IsSpace(char ch) { in IsSpace() function
224 return IsSpace(ch); in Matches()
/external/sonivox/arm-wt-22k/lib_src/
Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } in IsSpace() function
Deas_rtttl.c1184 if (!IsSpace(temp)) in RTTTL_GetNextChar()
1227 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
/external/llvm/utils/unittest/googletest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/cronet/third_party/boringssl/src/third_party/googletest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/googletest/googletest/src/
Dgtest-typed-test.cc41 while (IsSpace(*str)) in SkipSpaces()
/external/cronet/third_party/googletest/src/googletest/src/
Dgtest-typed-test.cc40 while (IsSpace(*str)) str++; in SkipSpaces()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest-typed-test.cc40 while (IsSpace(*str)) str++; in SkipSpaces()
/external/libvpx/third_party/googletest/src/src/
Dgtest-typed-test.cc40 while (IsSpace(*str)) str++; in SkipSpaces()
/external/mesa3d/src/gtest/src/
Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
/external/spdx-tools/tvloader/reader/
Dreader.go85 return unicode.IsSpace(r)
/external/pdfium/core/fpdfdoc/
Dcpvt_section.cpp144 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/
Dtokenizer.go49 case unicode.IsSpace(r):
/external/go-cmp/cmp/
Dreport_slices.go121 if (unicode.IsPrint(r) || unicode.IsSpace(r)) && r != utf8.RuneError {
Dreport_reflect.go217 isPrintSpace := func(r rune) bool { return unicode.IsPrint(r) || unicode.IsSpace(r) }
/external/licenseclassifier/v2/
Dtokenizer.go171 if unicode.IsSpace(r) {
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cc239 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
/external/skia/site/docs/dev/design/
Duni_characterize.md49 const unsigned long IsSpace = 1 << 11,
/external/starlark-go/starlark/
Dlibrary.go1596 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/
Dgtest-port.h1923 inline bool IsSpace(char ch) {
1946 while (it != str.begin() && IsSpace(*--it))
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1892 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/
Dgtest-port.h1930 inline bool IsSpace(char ch) {
1953 while (it != str.begin() && IsSpace(*--it))
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1934 inline bool IsSpace(char ch) {
1970 while (it != str.begin() && IsSpace(*--it))
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-port.h1930 inline bool IsSpace(char ch) {
1953 while (it != str.begin() && IsSpace(*--it))

123