Searched refs:IsSpace (Results 1 - 17 of 17) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } function
H A Deas_rtttl.c1146 if (!IsSpace(temp))
1189 if (!IsSpace(temp))
H A Deas_imelody.c1622 if (!IsSpace(c))
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } function
H A Deas_rtttl.c1146 if (!IsSpace(temp))
1189 if (!IsSpace(temp))
H A Deas_imelody.c1622 if (!IsSpace(c))
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ctype.h36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } function
H A Deas_rtttl.c1146 if (!IsSpace(temp))
1189 if (!IsSpace(temp))
H A Deas_imelody.c1631 if (!IsSpace(c))
/external/chromium/testing/gtest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
H A Dgtest.cc1363 for (; message_length && IsSpace(error_text[message_length - 1]);
/external/llvm/utils/unittest/googletest/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
H A Dgtest.cc1363 for (; message_length && IsSpace(error_text[message_length - 1]);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h615 while (IsSpace(*(++comma))) {}
H A Dgtest-port.h1492 inline bool IsSpace(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h641 while (IsSpace(*(++comma))) {}
H A Dgtest-port.h1528 inline bool IsSpace(char ch) { function in namespace:testing::internal

Completed in 227 milliseconds