Searched refs:alternation (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwbnf.cpp1113 case BAR: // in alternation
1114 case NUMBER: // in alternation, with weight
1209 UBool alternation(Pick* &node /*out*/){ function in class:Parser
1212 // 'sequence' has higher precedence than 'alternation'
1227 return alternation(node);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp3408 FrameSelection::EAlteration alternation = event->getModifierState("Shift") ? FrameSelection::AlterationExtend : FrameSelection::AlterationMove; local
3409 selection->modify(alternation, direction, granularity, UserTriggered);

Completed in 120 milliseconds