Lines Matching refs:preContext
254 ", pre-context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
279 ", context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
901 " context=" + parseError.preContext; in TestJ329()
2728 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestDevanagariLatinRT()
2776 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestTeluguLatinRT()
2836 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestSanskritLatinRT()
2905 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestCompoundLatinRT()
3045 UnicodeString err(pe.preContext); in TestParseError()
3065 else if (UnicodeString("a > x;") != UnicodeString(pe.preContext)) { in TestParseError()
3083 UnicodeString err(pe.preContext); in TestOutputSet()
3102 UnicodeString err(pe.preContext); in TestVariableRange()
3120 UnicodeString err(pe.preContext); in TestInvalidPostContext()
3340 ", context " + prettify(parseError.preContext, TRUE) + in TestAnchorMasking()
4783 ", pre-context " + prettify(parseError.preContext, TRUE) + in reportParseError()