HomeSort by relevance Sort by last modified time
    Searched refs:ISWORD (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
regengine.inc 541 !ISWORD(*(sp-1))) ) &&
542 (sp < m->endp && ISWORD(*sp)) )
551 (sp < m->endp && !ISWORD(*sp)) ) &&
552 (sp > m->beginp && ISWORD(*(sp-1))) )
729 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
730 (c != OUT && ISWORD(c)) ) {
733 if ( (lastc != OUT && ISWORD(lastc)) &&
734 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
812 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
813 (c != OUT && ISWORD(c)) )
    [all...]
regex2.h 157 #define ISWORD(c) (isalnum(c&0xff) || (c) == '_')
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 629 !ISWORD(*(sp-1))) ) &&
630 (sp < m->endp && ISWORD(*sp)) )
639 (sp < m->endp && !ISWORD(*sp)) ) &&
640 (sp > m->beginp && ISWORD(*(sp-1))) )
826 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
827 (c != OUT && ISWORD(c)) ) {
830 if ( (lastc != OUT && ISWORD(lastc)) &&
831 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
919 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
920 (c != OUT && ISWORD(c)) )
    [all...]
regex2.h 209 #define ISWORD(c) (isalnum((unsigned char)c) || (c) == '_')
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 532 !ISWORD(*(sp-1))) ) &&
533 (sp < m->endp && ISWORD(*sp)) )
542 (sp < m->endp && !ISWORD(*sp)) ) &&
543 (sp > m->beginp && ISWORD(*(sp-1))) )
719 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
720 (c != OUT && ISWORD(c)) ) {
723 if ( (lastc != OUT && ISWORD(lastc)) &&
724 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
801 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
802 (c != OUT && ISWORD(c)) )
    [all...]
regex2.h 157 #define ISWORD(c) (isalnum(c) || (c) == '_')

Completed in 704 milliseconds