Lines Matching refs:preContext
253 ", pre-context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
278 ", context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
900 " context=" + parseError.preContext; in TestJ329()
2650 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestDevanagariLatinRT()
2698 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestTeluguLatinRT()
2758 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestSanskritLatinRT()
2827 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestCompoundLatinRT()
2967 UnicodeString err(pe.preContext); in TestParseError()
2987 else if (UnicodeString("a > x;") != UnicodeString(pe.preContext)) { in TestParseError()
3005 UnicodeString err(pe.preContext); in TestOutputSet()
3024 UnicodeString err(pe.preContext); in TestVariableRange()
3042 UnicodeString err(pe.preContext); in TestInvalidPostContext()
3265 ", context " + prettify(parseError.preContext, TRUE) + in TestAnchorMasking()
4708 ", pre-context " + prettify(parseError.preContext, TRUE) + in reportParseError()