Home
last modified time | relevance | path

Searched refs:charEscape (Results 1 – 7 of 7) sorted by relevance

/dports/devel/elm-format/elm-format-0.8.3/parser/src/Parse/
H A DLiteral.hs145 characterChar = charLetter <|> charEscape
148 charEscape :: IParser Char
149 charEscape = do{ _ <- char '\\'; escapeCode } function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpr.java216 static final String charEscape = "\b\t\n\f\r\"\'\\";
229 int j = charEscape.indexOf(c);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpr.java216 static final String charEscape = "\b\t\n\f\r\"\'\\";
229 int j = charEscape.indexOf(c);
/dports/lang/ghc/ghc-8.10.7/libraries/parsec/src/Text/Parsec/
H A DToken.hs424 characterChar = charLetter <|> charEscape
427 charEscape = do{ _ <- char '\\'; escapeCode } function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/parsec-3.1.14.0/src/Text/Parsec/
H A DToken.hs424 characterChar = charLetter <|> charEscape
427 charEscape = do{ _ <- char '\\'; escapeCode } function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DToken.hs597 charEscape, charLetter :: TokenParsing m => m Char function
598 characterChar = charLetter <|> charEscape <?> "literal character"
601 charEscape = highlight EscapeCode $ char '\\' *> escapeCode function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DToken.hs597 charEscape, charLetter :: TokenParsing m => m Char function
598 characterChar = charLetter <|> charEscape <?> "literal character"
601 charEscape = highlight EscapeCode $ char '\\' *> escapeCode function