Lines Matching refs:locale
24 if (locale == NULL){ in DateFormatPerfTest()
25 locale = "en_US"; // set default locale in DateFormatPerfTest()
74 DateFmtFunction* func= new DateFmtFunction(1, locale); in DateFmt250()
79 DateFmtFunction* func= new DateFmtFunction(40, locale); in DateFmt10000()
84 DateFmtFunction* func= new DateFmtFunction(400, locale); in DateFmt100000()
109 NumFmtFunction* func= new NumFmtFunction(10000, locale); in NumFmt10000()
114 NumFmtFunction* func= new NumFmtFunction(100000, locale); in NumFmt100000()
119 CollationFunction* func= new CollationFunction(40, locale); in Collation10000()
124 CollationFunction* func= new CollationFunction(400, locale); in Collation100000()
130 DIFCreateFunction* func = new DIFCreateFunction(250, locale); in DIFCreate250()
135 DIFCreateFunction* func = new DIFCreateFunction(10000, locale); in DIFCreate10000()
140 return new TimeZoneCreateFunction(250, locale); in TimeZoneCreate250()
144 return new TimeZoneCreateFunction(10000, locale); in TimeZoneCreate10000()
148 return new DTPatternGeneratorCreateFunction(250, locale); in DTPatternGeneratorCreate250()
152 return new DTPatternGeneratorCreateFunction(10000, locale); in DTPatternGeneratorCreate10000()
156 return new DTPatternGeneratorCopyFunction(250, locale); in DTPatternGeneratorCopy250()
160 return new DTPatternGeneratorCopyFunction(10000, locale); in DTPatternGeneratorCopy10000()
164 return new DTPatternGeneratorBestValueFunction(250, locale); in DTPatternGeneratorBestValue250()
168 return new DTPatternGeneratorBestValueFunction(10000, locale); in DTPatternGeneratorBestValue10000()
172 return new DateFmtCopyFunction(250, locale); in DateFmtCopy250()
176 return new DateFmtCopyFunction(10000, locale); in DateFmtCopy10000()
180 return new DateFmtCreateFunction(250, locale); in DateFmtCreate250()
184 return new DateFmtCreateFunction(10000, locale); in DateFmtCreate10000()