Searched refs:testDecimalSeparator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleICUTest.cpp227 static String testDecimalSeparator(const AtomicString& localeIdentifier) function
235 EXPECT_EQ(String("."), testDecimalSeparator("en_US"));
236 EXPECT_EQ(String(","), testDecimalSeparator("fr"));

Completed in 99 milliseconds