Searched refs:literalChar (Results 1 – 2 of 2) sorted by relevance
106 void literalChar(UChar32 c); // Compile a literal char
1088 literalChar(fC.fChar); in doParseActions()1100 literalChar(fC.fChar); in doParseActions()1275 literalChar(c); in doParseActions()1864 void RegexCompile::literalChar(UChar32 c) { in literalChar() function in RegexCompile1903 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()2393 literalChar(theSet->charAt(0)); in compileSet()