Home
last modified time | relevance | path

Searched refs:literalChar (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.h106 void literalChar(UChar32 c); // Compile a literal char
Dregexcmp.cpp1089 literalChar(fC.fChar); in doParseActions()
1101 literalChar(fC.fChar); in doParseActions()
1276 literalChar(c); in doParseActions()
1865 void RegexCompile::literalChar(UChar32 c) { in literalChar() function in RegexCompile
1904 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()
2394 literalChar(theSet->charAt(0)); in compileSet()