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

  /system/core/sh/
syntax.h 76 #define is_special(c) ((is_type+SYNBASE)[c] & (ISSPECL|ISDIGIT)) macro
parser.c 1267 if (c != '(' && c != OPENBRACE && !is_name(c) && !is_special(c)) {
1304 else if (is_special(c)) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
jid.cc 44 Jid::Jid(bool is_special, const std::string & special) {
45 data_ = is_special ? new Data(special, STR_EMPTY, STR_EMPTY) : NULL;

Completed in 98 milliseconds