Searched defs:str (Results 1 – 3 of 3) sorted by relevance
35 String str = stringBuilder.toString(); in testAppendIndentedStrings() local66 String str = stringBuilder.toString(); in testAppendIndentedObjects() local83 String str = stringBuilder.toString(); in testAppendIndentedStrings_doesNotIndentLineBreak() local
70 public @NonNull IndentingStringBuilder append(@NonNull String str) { in append()106 private void applyIndentToString(@NonNull String str) { in applyIndentToString()
107 String str = mType + mValue; in hashCode() local