Searched refs:kKeywords (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/
H A Dtime_format.cc189 static const icu::UnicodeString kKeywords[] = { local
208 for (size_t j = 0; j < arraysize(kKeywords); ++j) {
217 (j == 0 || rules->isKeyword(kKeywords[j]))) {
218 pattern += kKeywords[j];
/external/chromium_org/ui/base/l10n/
H A Dtime_format.cc243 const icu::UnicodeString kKeywords[] = { local
262 for (size_t j = 0; j < arraysize(kKeywords); ++j) {
271 (j == 0 || rules->isKeyword(kKeywords[j]))) {
272 pattern += kKeywords[j];
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc81 hash_set<string> kKeywords = MakeKeywordsMap(); member in namespace:google::protobuf::compiler::cpp::__anon23925
156 if (kKeywords.count(result) > 0) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc83 hash_set<string> kKeywords = MakeKeywordsMap(); member in namespace:google::protobuf::compiler::cpp::__anon13358
172 if (kKeywords.count(result) > 0) {

Completed in 228 milliseconds