Lines Matching defs:fmt
67 SimplePatternFormatter fmt("This doesn''t have templates '{0}", status); in TestNoPlaceholders() local
90 SimplePatternFormatter fmt("{}", status); in TestSyntaxErrors() local
99 SimplePatternFormatter fmt; in TestOnePlaceholder() local
132 SimplePatternFormatter fmt("a{20}c", status); in TestBigPlaceholder() local
150 SimplePatternFormatter fmt; in TestManyPlaceholders() local
247 SimplePatternFormatter fmt("{0} and {1}", status); in TestTooFewPlaceholderValues() local
275 SimplePatternFormatter fmt("pickle", status); in TestBadArguments() local
331 SimplePatternFormatter fmt("{0} has no {1} placeholders.", status); in TestTextWithNoPlaceholders() local
338 SimplePatternFormatter fmt; in TestFormatReplaceNoOptimization() local
368 SimplePatternFormatter fmt; in TestFormatReplaceNoOptimizationLeadingText() local
398 SimplePatternFormatter fmt; in TestFormatReplaceOptimization() local
428 SimplePatternFormatter fmt; in TestFormatReplaceNoOptimizationLeadingPlaceholderUsedTwice() local
458 SimplePatternFormatter fmt; in TestFormatReplaceOptimizationNoOffsets() local
483 SimplePatternFormatter fmt("Placeholders {0} and {1}", status); in TestFormatReplaceNoOptimizationNoOffsets() local