Home | History | Annotate | Download | only in objects

Lines Matching defs:extensions

177   std::map<std::string, std::string> extensions;
182 if (U_FAILURE(status)) return extensions;
184 if (!keywords) return extensions;
214 extensions.insert(
219 return extensions;
322 // The relevant unicode extensions accepted by Collator as specified here:
370 std::map<std::string, std::string> extensions =
376 // icu parses unicode extensions and sets the keywords.
384 auto co_extension_it = extensions.find("co");
385 if (co_extension_it != extensions.end()) {
406 // Remove extensions and try again.
423 // passed in through the unicode extensions.
430 auto kn_extension_it = extensions.find("kn");
431 if (kn_extension_it != extensions.end()) {
447 // passed in through the unicode extensions.
452 auto kf_extension_it = extensions.find("kf");
453 if (kf_extension_it != extensions.end()) {