Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule_impl.h185 kKeyword, enumerator
/external/icu/libicu/cts_headers/
Dplurrule_impl.h185 kKeyword, enumerator
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc62 const char* kKeyword[] = { variable
77 static const int kNumKeyword = sizeof(kKeyword) / sizeof(char*);
93 if (ident == kKeyword[i]) { in IsReserved()