Lines Matching defs:display
236 icu::UnicodeString display;
238 ExtractStringSetting(isolate, options, "currencyDisplay", &display);
242 if (display == UNICODE_STRING_SIMPLE("code")) {
244 } else if (display == UNICODE_STRING_SIMPLE("name")) {
251 if (display == UNICODE_STRING_SIMPLE("code")) {
253 } else if (display == UNICODE_STRING_SIMPLE("name")) {