Searched defs:TO_STRING (Results 1 – 13 of 13) sorted by relevance
41 private static final Function<Object, String> TO_STRING = Functions.toStringFunction(); field in CharSequenceUtils
21 #define TO_STRING(x) TO_STRING1(x) macro
29 TO_STRING { enumConstant
68 # define TO_STRING(s) TO_STRING_IMPL(s) in NvFileOpen() macro
33 #define TO_STRING(S) #S macro
32 #define TO_STRING(S) #S macro
193 #define TO_STRING(s) TO_STRING2(s) macro
210 #define TO_STRING(s) TO_STRING2(s) macro
471 TO_STRING, enumConstant
810 private static final Comparator<Object> TO_STRING = field in ImmutableSortedSetTest
884 private static final Comparator<Object> TO_STRING = field in ImmutableSortedSetTest
1500 #define TO_STRING(x) TO_STRING_2(x) macro
728 static Pattern TO_STRING = PatternCache.get("([A-Z])"); field in CheckCLDR.CheckStatus.Subtype