Home
last modified time | relevance | path

Searched refs:kKeywords (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/base/l10n/
Dl10n_util_plurals.cc28 const icu::UnicodeString kKeywords[] = { in BuildPluralFormat() local
36 DCHECK_EQ(message_ids.size(), arraysize(kKeywords)); in BuildPluralFormat()
41 for (size_t i = 0; i < arraysize(kKeywords); ++i) { in BuildPluralFormat()
50 (i == 0 || rules->isKeyword(kKeywords[i]))) { in BuildPluralFormat()
51 pattern += kKeywords[i]; in BuildPluralFormat()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc81 hash_set<string> kKeywords = MakeKeywordsMap(); variable
156 if (kKeywords.count(result) > 0) { in FieldName()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc83 hash_set<string> kKeywords = MakeKeywordsMap(); variable
172 if (kKeywords.count(result) > 0) { in FieldName()