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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleWin.cpp549 String negativeSign = getLocaleInfoString(LOCALE_SNEGATIVESIGN); local
567 negativePrefix = negativeSign + " ";
570 negativeSuffix = negativeSign;
573 negativeSuffix = " " + negativeSign;
577 negativePrefix = negativeSign;

Completed in 189 milliseconds