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

  /external/clang/include/clang/Sema/
TypoCorrection.h 155 bool isKeyword() const {
162 bool isKeyword(const char (&Str)[StrLen]) const {
163 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
175 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
180 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
186 return (!isKeyword() && !CorrectionDecls.empty());
  /external/icu4c/i18n/unicode/
plurrule.h 204 * the number. This function can be used with isKeyword* functions to
215 * the number. This function can be used with isKeyword* functions to
301 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 273 PluralRules::isKeyword(const UnicodeString& keyword) const {
282 return mRules->isKeyword(keyword);
312 if (!other.isKeyword(*ptrKeyword)) {
318 if (!this->isKeyword(*ptrKeyword)) {
1117 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
1123 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 74 return candidate.isKeyword();
379 if (Corrected.isKeyword()) {
615 if (Corrected.isKeyword())
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 471 return candidate.isKeyword();
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 747 milliseconds