Home
last modified time | relevance | path

Searched refs:kKeyword (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dplurrule_impl.h170 kKeyword, enumerator
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc61 const char* kKeyword[] = { variable
122 static const int kNumKeyword = sizeof(kKeyword) / sizeof(char*);
138 if (ident == kKeyword[i]) { in IsReserved()