Searched refs:whitespaceMatcher (Results 1 – 1 of 1) sorted by relevance
2950 CharMatcher whitespaceMatcher = CharMatcher.LEGACY_WHITESPACE; in truncateIfNecessary() local2951 String truncated = whitespaceMatcher.trimTrailingFrom(str); in truncateIfNecessary()2967 return whitespaceMatcher.trimTrailingFrom(substr); in truncateIfNecessary()