Home
last modified time | relevance | path

Searched refs:symbolsCount (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp1046 int32_t symbolsCount) { in _appendSymbol() argument
1047 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbol()
1048 if (0 <= value && value < symbolsCount) { in _appendSymbol()
1054 …MonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, in _appendSymbolWithMonthPattern() argument
1056 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbolWithMonthPattern()
1057 if (0 <= value && value < symbolsCount) { in _appendSymbolWithMonthPattern()
/external/chromium_org/third_party/icu/source/i18n/
Dsmpdtfmt.cpp1019 int32_t symbolsCount) { in _appendSymbol() argument
1020 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbol()
1021 if (0 <= value && value < symbolsCount) { in _appendSymbol()
1027 …MonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, in _appendSymbolWithMonthPattern() argument
1029 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbolWithMonthPattern()
1030 if (0 <= value && value < symbolsCount) { in _appendSymbolWithMonthPattern()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Dutilities.js1180 function numberToStringWithSpacesPadding(value, symbolsCount) argument
1183 var paddingLength = Math.max(0, symbolsCount - numberString.length);