HomeSort by relevance Sort by last modified time
    Searched full:ispunct (Results 76 - 100 of 170) sorted by null

1 2 34 5 6 7

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 90 ispunct(_CharT, const locale&);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 90 ispunct(_CharT, const locale&);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 90 ispunct(_CharT, const locale&);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 621 ispunct
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 630 ispunct
  /external/libvpx/examples/includes/geshi/geshi/
cpp.php 106 'ispunct', 'isspace', 'isupper', 'isxdigit', 'tolower', 'toupper',
cpp-qt.php 96 'ispunct', 'isspace', 'isupper', 'isxdigit', 'tolower', 'toupper',
klonecpp.php 75 'ispunct', 'isspace', 'isupper', 'isxdigit', 'tolower', 'toupper',
lscript.php 108 'isNil', 'isNum', 'IsOpen', 'isOriginal', 'isPrint', 'isPunct', 'isScene',
objc.php 111 'isupper', 'isspace', 'ispunct', 'isprint', 'islower',
  /external/pcre/
pcre_maketables.c 113 if (ispunct(i)) p[cbit_punct + i/8] |= 1 << (i&7);
NON-UNIX-USE 406 documentation regarding isprint(), iscntrl(), isgraph() and ispunct(). I
443 $! isgraph() and ispunct() on OpenVMS must not produce the same results
  /external/gtest/src/
gtest-port.cc 144 bool IsPunct(char ch) {
156 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW"));
176 return IsPunct(pattern_char) && pattern_char == ch;
  /external/protobuf/gtest/src/
gtest-port.cc 175 bool IsPunct(char ch) {
187 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW"));
207 return IsPunct(pattern_char) && pattern_char == ch;
  /external/qemu/
qemu-common.h 194 #define qemu_ispunct(c) ispunct((unsigned char)(c))
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 313 inline bool isPunct(UChar32 c)
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 292 // Originally this code called ispunct; aren't there other punctuation keys on international keyboards?
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 63 if (ispunct(c)) ctable[(unsigned char)c] |= _Locale_PUNCT;
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.c 54 @deffnx Extension ISPUNCT (@var{c})
  /external/webkit/Tools/android/flex-2.5.4a/
parse.y 750 | CCE_PUNCT { CCL_EXPR(ispunct) }
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 67 if (ispunct(c)) ctable[(unsigned char)c] |= _Locale_PUNCT;
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 382 w->punct = ISPUNCT (*finish);
  /external/clang/lib/Basic/
Diagnostic.cpp 413 if (!isdigit(*I) && !ispunct(*I)) {
652 } else if (ispunct(DiagStr[1])) {
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 

Completed in 418 milliseconds

1 2 34 5 6 7