Lines Matching +full:enable +full:- +full:trace
18 * Instances of this class store information used to trace reads from resource
19 * bundles when ICU is built with --enable-tracing.
34 fIndex(-1) {} in ResourceTracer()
40 fIndex(-1) {} in ResourceTracer()
46 fIndex(-1) {} in ResourceTracer()
58 fIndex(-1) {} in ResourceTracer()
68 void trace(const char* type) const;
72 * Calls trace() if the resB or parent provided to the constructor was
73 * non-null; otherwise, does nothing.
77 trace(type); in maybeTrace()
93 * This class provides methods to trace data file reads when ICU is built
94 * with --enable-tracing.
112 * Default trivial implementation when --enable-tracing is not used.
128 void trace(const char*) const {}
136 * Default trivial implementation when --enable-tracing is not used.