Home | History | Annotate | Download | only in i18n

Lines Matching refs:icu

5 // File utilities that use the ICU library go in this file.
33 return !!set->containsNone(icu::UnicodeString(s.c_str(), s.size()));
43 scoped_ptr<icu::UnicodeSet> set;
61 set.reset(new icu::UnicodeSet(icu::UnicodeString(
64 set.reset(new icu::UnicodeSet(UNICODE_STRING_SIMPLE(
111 collator_.reset(icu::Collator::createInstance(error_code));
114 collator_->setStrength(icu::Collator::TERTIARY);
122 scoped_ptr<icu::Collator> collator_;
147 int cursor = 0; // The ICU macros expect an int.
189 // ICU's collator can take strings in OS native encoding. But we convert the