Home
last modified time | relevance | path

Searched refs:isSuperscriptChar (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DCslJson.hs208 c == '’' || (not (isAscii c) && (isSuperscriptChar c || isQuoteChar c))
212 isSuperscriptChar = P.inClass superscriptChars function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/src/Citeproc/
H A DCslJson.hs211 c == '’' || (not (isAscii c) && (isSuperscriptChar c || isQuoteChar c))
215 isSuperscriptChar = P.inClass superscriptChars function