HomeSort by relevance Sort by last modified time
    Searched refs:kKeywords (Results 1 - 4 of 4) 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/chromium_org/ui/base/l10n/
time_format.cc 243 const icu::UnicodeString kKeywords[] = {
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/
cpp_helpers.cc 81 hash_set<string> kKeywords = MakeKeywordsMap();
156 if (kKeywords.count(result) > 0) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 83 hash_set<string> kKeywords = MakeKeywordsMap();
172 if (kKeywords.count(result) > 0) {

Completed in 2284 milliseconds