Searched refs:shortString (Results 1 – 2 of 2) sorted by relevance
33 MultiStringType shortString = MKSTR("a"); variable124 auto const& S = shortString; in main()
615 private boolean isTooMuchWiderThan(String shortString, String longString) { in isTooMuchWiderThan() argument617 …return ApproximateWidth.getWidth(shortString) > ApproximateWidth.getWidth(longString) + REFCHAR / … in isTooMuchWiderThan()