Home | History | Annotate | Download | only in src

Lines Matching full:grouping

350   bool grouping;
351 if (ExtractBooleanSetting(isolate, options, "useGrouping", &grouping)) {
352 number_format->setGroupingUsed(grouping);