Searched refs:literalChar (Results 1 – 2 of 2) sorted by relevance
102 void literalChar(UChar32 c); // Compile a literal char
1109 literalChar(fC.fChar); in doParseActions()1121 literalChar(fC.fChar); in doParseActions()1281 literalChar(c); in doParseActions()1804 void RegexCompile::literalChar(UChar32 c) { in literalChar() function in RegexCompile1844 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()2233 literalChar(theSet->charAt(0)); in compileSet()