Lines Matching defs:collation
152 const char* collation = "default";
164 // Search is disallowed as a collation value per spec. Let's
168 collation = "default";
171 // icu_collator to be affected when we remove the collation key
175 // The spec forbids the search as a collation value in the
183 collation = collation_value.c_str();
198 // [[Collation]] "collation"
229 isolate, options, isolate->factory()->collation_string(), collation);
310 // x. Let _collation_ be ? GetOption(_options_, *"collation"*, *"string"*,
315 isolate, options, "collation", empty_values, service, &collation_str);
376 // 19. Let collation be r.[[co]].
395 // value for collation as per:
398 // But the only way to pass the value "search" for collation from
415 // 20. If collation is null, let collation be "default".
416 // 21. Set collator.[[Collation]] to collation.
418 // We don't store the collation value as per the above two steps
419 // here. The collation value can be looked up from icu::Collator on