HomeSort by relevance Sort by last modified time
    Searched refs:isspace (Results 626 - 650 of 654) sorted by null

<<21222324252627

  /external/sqlite/dist/
shell.c 101 #define IsSpace(X) isspace((unsigned char)X)
    [all...]
sqlite3.c     [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1617 for(s = s00; isspace((unsigned char) *s); s++)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 347 self.checkequalnofix(True, u'\u2000', 'isspace')
348 self.checkequalnofix(True, u'\u200a', 'isspace')
349 self.checkequalnofix(False, u'\u2014', 'isspace')
356 self.assertFalse(ch.isspace(), '{!r} is not space.'.format(ch))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 347 self.checkequalnofix(True, u'\u2000', 'isspace')
348 self.checkequalnofix(True, u'\u200a', 'isspace')
349 self.checkequalnofix(False, u'\u2014', 'isspace')
356 self.assertFalse(ch.isspace(), '{!r} is not space.'.format(ch))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 187 while (len > 0 && isspace(*str)) {
191 while (len > 0 && isspace(str[len-1])) {
    [all...]
  /external/bison/
maint.mk 599 |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py 298 elif text == ':' and line[end[1]:].isspace():
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 292 #include <ctype.h> // for isspace, etc
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 292 #include <ctype.h> // for isspace, etc
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 292 #include <ctype.h> // for isspace, etc
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 2125 milliseconds

<<21222324252627