OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFormatterForCurrentLocale
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/text/mac/
LocalizedNumberMac.mm
43
static RetainPtr<NSNumberFormatter>
createFormatterForCurrentLocale
()
54
static NSNumberFormatter *formatter =
createFormatterForCurrentLocale
().leakRef();
/external/webkit/Source/WebCore/platform/text/
LocalizedNumberICU.cpp
45
static PassOwnPtr<NumberFormat>
createFormatterForCurrentLocale
()
56
static NumberFormat* formatter =
createFormatterForCurrentLocale
().leakPtr();
Completed in 269 milliseconds