Searched refs:OP_STRING (Results 1 – 4 of 4) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpCodes.java | 269 public static final int OP_STRING = 17; field in OpCodes
|
D | Compiler.java | 155 case OpCodes.OP_STRING : in compile()
|
D | XPathParser.java | 1161 appendOp(2, OpCodes.OP_STRING); in StringExpr()
|
/external/pcre/dist/ |
D | pcregrep.c | 292 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_LONGNUMBER, enumerator 340 …{ OP_STRING, 'D', &DEE_option, "devices=action","how to handle devices, FIFOs, and … 341 { OP_STRING, 'd', &dee_option, "directories=action", "how to handle directories" }, 358 { OP_STRING, N_LABEL, &stdin_name, "label=name", "set name for standard input" }, 361 { OP_STRING, N_LOCALE, &locale, "locale=locale", "use the named locale" }, 365 …{ OP_STRING, 'N', &newline, "newline=type", "set newline type (CR, LF, CRLF, AN… 368 …{ OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -…
|