Home
last modified time | relevance | path

Searched defs:formatConfig (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dformat.go33 type formatConfig struct { struct
34 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 {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1089 public static SimpleDateFormat getInstance(Calendar.FormatConfiguration formatConfig) { in getInstance()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1084 public static SimpleDateFormat getInstance(Calendar.FormatConfiguration formatConfig) { in getInstance()