Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h103 … void compileInterval(int32_t InitOp, // Generate the code for a {min,max} quantifier.
Dregexcmp.cpp1057 compileInterval(URX_CTR_INIT, URX_CTR_LOOP); in doParseActions()
1071 compileInterval(URX_CTR_INIT, URX_CTR_LOOP); in doParseActions()
1096 compileInterval(URX_CTR_INIT_NG, URX_CTR_LOOP_NG); in doParseActions()
2456 void RegexCompile::compileInterval(int32_t InitOp, int32_t LoopOp) in compileInterval() function in RegexCompile
/external/icu/libicu/cts_headers/
Dregexcmp.h103 … void compileInterval(int32_t InitOp, // Generate the code for a {min,max} quantifier.