OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collators_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_country.cc
403
std::map<std::string, icu::Collator*>
collators_
;
member in class:__anon1564::CountryNames
435
STLDeleteContainerPairSecondPointers(
collators_
.begin(),
436
collators_
.end());
519
if (!
collators_
.count(locale)) {
530
collators_
.insert(std::make_pair(locale, collator));
533
return
collators_
[locale];
/external/chromium_org/components/autofill/core/browser/
autofill_country.cc
891
std::map<std::string, icu::Collator*>
collators_
;
member in class:autofill::__anon7359::CountryNames
[
all
...]
Completed in 42 milliseconds