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

  /external/llvm/lib/Support/
regcomp.c 117 #define MORE2() (p->next+1 < p->end)
119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
416 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
466 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
749 c = (MORE2()) ? PEEK2() : '\0';
782 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 116 #define MORE2() (p->next+1 < p->end)
118 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
380 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
430 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
713 c = (MORE2()) ? PEEK2() : '\0';
746 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 185 #define MORE2() (p->next+1 < p->end)
187 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
487 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ))
537 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ) )
854 c = (MORE2()) ? PEEK2() : '\0';
888 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]

Completed in 80 milliseconds