Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp332 auto newScientificHandler = new ScientificHandler(&macros.notation, fMicros.symbols, chain); in macrosToMicroGenerator() local
333 if (newScientificHandler == nullptr) { in macrosToMicroGenerator()
337 fScientificHandler.adoptInstead(newScientificHandler); in macrosToMicroGenerator()