HomeSort by relevance Sort by last modified time
    Searched refs:isKeyword (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Sema/
TypoCorrection.h 156 bool isKeyword() const {
163 bool isKeyword(const char (&Str)[StrLen]) const {
164 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
187 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
192 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
198 return (!isKeyword() && !CorrectionDecls.empty());
  /external/icu4c/i18n/unicode/
plurrule.h 224 * the number. This function can be used with isKeyword* functions to
235 * the number. This function can be used with isKeyword* functions to
321 UBool isKeyword(const UnicodeString& keyword) const;
  /external/v8/test/mjsunit/
keywords-and-reserved_words.js 35 function isKeyword(x)
59 if (isKeyword(x)) {
  /external/chromium/chrome/common/
time_format.cc 215 // once ICU's isKeyword is fixed to return true for isKeyword('other').
217 (j == 0 || rules->isKeyword(kKeywords[j]))) {
248 if (rules.isKeyword(UNICODE_STRING_SIMPLE("one"))) {
  /external/icu4c/i18n/
plurrule.cpp 277 PluralRules::isKeyword(const UnicodeString& keyword) const {
286 return mRules->isKeyword(keyword);
316 if (!other.isKeyword(*ptrKeyword)) {
322 if (!this->isKeyword(*ptrKeyword)) {
1127 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
1133 return next->isKeyword(keywordParam);
    [all...]
plurrule_impl.h 191 UBool isKeyword(const UnicodeString& keyword) const;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 75 return !WantClassName && candidate.isKeyword();
418 if (Corrected.isKeyword()) {
698 if (Corrected.isKeyword())
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 436 return candidate.isKeyword();
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 323 milliseconds