Searched refs:literalChar (Results 1 – 2 of 2) sorted by relevance
106 void literalChar(UChar32 c); // Compile a literal char
1089 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 RegexCompile1904 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()2394 literalChar(theSet->charAt(0)); in compileSet()