Home
last modified time | relevance | path

Searched defs:texCode (Results 1 – 1 of 1) sorted by relevance

/third_party/tex-hyphen/collaboration/source/conversion-to-xml/org/tug/texhyphen/
DConvertTeXPattern.java209 String texCode; field in ConvertTeXPattern.TransformationData
210 TransformationData(File outFile, String texCode) { in TransformationData()
239 private static String[] mapCode(String texCode) throws CodeMappingException { in mapCode()