Home
last modified time | relevance | path

Searched defs:appendOp (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1985 void RegexCompile::appendOp(int32_t op) { in appendOp() function in RegexCompile
1995 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp() function in RegexCompile
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java768 void appendOp(int length, int op) in appendOp() method in XPathParser