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

  /external/v8/test/mjsunit/
regexp-UC16.js 47 assertFalse(/\u5e74|\u6708/.test('t'), "alternation-uc16-pattern-ascii-subject");
  /external/icu4c/test/intltest/
wbnf.cpp 751 class Alternation : public Pick {
760 virtual ~Alternation(){
768 Alternation & append (Pick * node, int weight = DEFAULT_WEIGHT){
1209 UBool alternation(Pick* &node \/*out*\/){ function in class:Parser
    [all...]
  /external/v8/src/
jsregexp.cc 595 // alternation (foo|bar) or a repetition (*, +, ? or {}).
3787 ChoiceNode* alternation = new ChoiceNode(2); local
    [all...]

Completed in 219 milliseconds