Lines Matching refs:compile
65 fmt.compile("This has {} bad {012d placeholders", status); in TestNoPlaceholders()
78 fmt.compile("{0} meter", status); in TestOnePlaceholder()
111 fmt.compile( in TestManyPlaceholders()
181 r.compile("{0} meter", status); in TestManyPlaceholders()
188 r.compile("{0}, {1}", status); in TestManyPlaceholders()
195 r.compile("{0}, {1} and {2}", status); in TestManyPlaceholders()
297 fmt.compile("{2}, {0}, {1} and {3}", status); in TestFormatReplaceNoOptimization()
327 fmt.compile("boo {2}, {0}, {1} and {3}", status); in TestFormatReplaceNoOptimizationLeadingText()
357 fmt.compile("{2}, {0}, {1} and {3}", status); in TestFormatReplaceOptimization()
387 fmt.compile("{2}, {0}, {1} and {3} {2}", status); in TestFormatReplaceNoOptimizationLeadingPlaceholderUsedTwice()
417 fmt.compile("{2}, {0}, {1} and {3}", status); in TestFormatReplaceOptimizationNoOffsets()