Home
last modified time | relevance | path

Searched refs:OP_UTF8_PERIOD (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h244 OP_UTF8_PERIOD = 7, enumerator
Dregexec.c3626 else if (type == OP_UTF8_PERIOD) in group_nodes_into_DFAstates()
3786 if (BE (node->type == OP_UTF8_PERIOD, 0)) in check_node_accept_bytes()
4097 case OP_UTF8_PERIOD: in check_node_accept()
Dregcomp.c427 || type == OP_UTF8_PERIOD in re_compile_fastmap_iter()
1126 dfa->nodes[node].type = OP_UTF8_PERIOD; in optimize_utf8()