Searched defs:formatConfig (Results 1 – 3 of 3) sorted by relevance
33 type formatConfig struct { struct34 useStringer bool // Should the String method be used if available?35 printType bool // Should we print the type before the value?36 followPointers bool // Should we recursively follow pointers?37 realPointers bool // Should we print the real address of pointers?40 func formatAny(v reflect.Value, conf formatConfig, visited map[uintptr]bool) string {166 func formatPrimitive(t reflect.Type, v interface{}, conf formatConfig) string {173 func formatPointer(v reflect.Value, conf formatConfig) string {
1089 public static SimpleDateFormat getInstance(Calendar.FormatConfiguration formatConfig) { in getInstance()
1084 public static SimpleDateFormat getInstance(Calendar.FormatConfiguration formatConfig) { in getInstance()