OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeywords
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
time_format.cc
189
static const icu::UnicodeString
kKeywords
[] = {
208
for (size_t j = 0; j < arraysize(
kKeywords
); ++j) {
217
(j == 0 || rules->isKeyword(
kKeywords
[j]))) {
218
pattern +=
kKeywords
[j];
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc
81
hash_set<string>
kKeywords
= MakeKeywordsMap();
156
if (
kKeywords
.count(result) > 0) {
Completed in 50 milliseconds