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

  /external/icu4c/test/intltest/
wbnf.h 148 enum PARSE_RESULT {OK, BNF_DEF_WRONG, INCOMPLETE, NO_TOP_NODE};
151 PARSE_RESULT parseBNF(const char *const bnf_definition /*in*/, const char *const top_node/*in*/, UBool debug=FALSE);
wbnf.cpp     [all...]
  /external/v8/src/
jsregexp.cc 125 RegExpCompileData parse_result; local
127 if (!ParseRegExp(&reader, flags.is_multiline(), &parse_result)) {
131 parse_result.error,
136 if (parse_result.simple && !flags.is_ignore_case()) {
139 } else if (parse_result.tree->IsAtom() &&
141 parse_result.capture_count == 0) {
142 RegExpAtom* atom = parse_result.tree->AsAtom();
147 IrregexpPrepare(re, pattern, flags, parse_result.capture_count);
    [all...]

Completed in 258 milliseconds