HomeSort by relevance Sort by last modified time
    Searched full:nonchar (Results 1 - 2 of 2) sorted by null

  /bionic/libc/regex/
engine.c 101 #define NONCHAR(c) ((c) > CHAR_MAX)
840 int ch, /* character or NONCHAR code */
858 assert(!NONCHAR(ch) || ch != (char)OPND(s));
879 if (!NONCHAR(ch))
884 if (!NONCHAR(ch) && CHIN(cs, ch))
  /external/chromium/base/
string_util.cc 662 bool nonchar = false; local
699 nonchar = true;
703 nonchar = true;
727 if (nonchar && ((!positions_left && c < 0xBE) ||
730 nonchar = false;
733 (surrogate && slower <= c) || (nonchar && !positions_left) ) {
    [all...]

Completed in 374 milliseconds