Searched refs:shouldProduceStyles (Results 1 – 4 of 4) sorted by relevance
41 void check(String transliteratorName, String test, String shouldProduceStyles) { in check() argument55 if (!newStyles.equals(shouldProduceStyles)) { in check()57 … + original + " ) => " + tr.toString() + "; should be {" + shouldProduceStyles + "}!"); in check()
45 void check(String transliteratorName, String test, String shouldProduceStyles) { in check() argument59 if (!newStyles.equals(shouldProduceStyles)) { in check()61 … + original + " ) => " + tr.toString() + "; should be {" + shouldProduceStyles + "}!"); in check()
38 const UnicodeString& shouldProduceStyles);
274 const UnicodeString& shouldProduceStyles) in check() argument278 UnicodeString expectedStyles = shouldProduceStyles; in check()