Home | History | Annotate | Download | only in src

Lines Matching defs:currency

233   icu::UnicodeString currency;
235 if (style == UNICODE_STRING_SIMPLE("currency")) {
237 ExtractStringSetting(isolate, options, "currency", &currency);
284 if (!currency.isEmpty()) {
285 number_format->setCurrency(currency.getBuffer(), status);
346 // Set resolved currency code in options.currency if not empty.
347 icu::UnicodeString currency(number_format->getCurrency());
348 if (!currency.isEmpty()) {
350 resolved, factory->NewStringFromStaticChars("currency"),
353 currency.getBuffer()),
354 currency.length())).ToHandleChecked(),