Lines Matching refs:preContext
250 ", pre-context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
275 ", context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
897 " context=" + parseError.preContext; in TestJ329()
2647 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestDevanagariLatinRT()
2695 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestTeluguLatinRT()
2755 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestSanskritLatinRT()
2824 …dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseErr… in TestCompoundLatinRT()
2964 UnicodeString err(pe.preContext); in TestParseError()
2984 else if (UnicodeString("a > x;") != UnicodeString(pe.preContext)) { in TestParseError()
3002 UnicodeString err(pe.preContext); in TestOutputSet()
3021 UnicodeString err(pe.preContext); in TestVariableRange()
3039 UnicodeString err(pe.preContext); in TestInvalidPostContext()
3262 ", context " + prettify(parseError.preContext, TRUE) + in TestAnchorMasking()
4693 ", pre-context " + prettify(parseError.preContext, TRUE) + in reportParseError()