Searched refs:literalChar (Results 1 – 3 of 3) sorted by relevance
106 void literalChar(UChar32 c); // Compile a literal char
1105 literalChar(fC.fChar); in doParseActions()1117 literalChar(fC.fChar); in doParseActions()1295 literalChar(c); in doParseActions()1883 void RegexCompile::literalChar(UChar32 c) { in literalChar() function in RegexCompile1922 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()2419 literalChar(theSet->charAt(0)); in compileSet()