Lines Matching defs:numeric
93 bool numeric =
199 // [[Numeric]] "numeric" kn
231 isolate->factory()->numeric_string(), numeric);
258 void SetNumericOption(icu::Collator* icu_collator, bool numeric) {
262 numeric ? UCOL_ON : UCOL_OFF, status);
333 // 11. Let numeric be ? GetOption(options, "numeric", "boolean",
335 // 12. If numeric is not undefined, then
336 // a. Let numeric be ! ToString(numeric).
338 // Note: We omit the ToString(numeric) operation as it's not
342 // 13. Set opt.[[kn]] to numeric.
343 bool numeric;
345 GetBoolOption(isolate, options, "numeric", service, &numeric);
444 // If the numeric value is passed in through the options object,
445 // then we use it. Otherwise, we check if the numeric value is
449 SetNumericOption(icu_collator.get(), numeric);