HomeSort by relevance Sort by last modified time
    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