Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dnumrange_impl.cpp256 MicroProps microsAppx; in formatApproximately() local
258 fApproximatelyFormatter.preProcess(data.quantity1, microsAppx, status); in formatApproximately()
259 …int32_t length = NumberFormatterImpl::writeNumber(microsAppx, data.quantity1, data.getStringRef(),… in formatApproximately()
260 length += microsAppx.modInner->apply(data.getStringRef(), 0, length, status); in formatApproximately()
261 length += microsAppx.modMiddle->apply(data.getStringRef(), 0, length, status); in formatApproximately()
262 microsAppx.modOuter->apply(data.getStringRef(), 0, length, status); in formatApproximately()