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

1 2

  /external/clang/include/clang/Sema/
TypoCorrection.h 181 bool isKeyword() const {
188 bool isKeyword(const char (&Str)[StrLen]) const {
189 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
213 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
218 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
229 return (!isKeyword() && !CorrectionDecls.empty());
  /external/chromium_org/ui/base/l10n/
l10n_util_plurals.cc 48 // once ICU's isKeyword is fixed to return true for isKeyword('other').
50 (i == 0 || rules->isKeyword(kKeywords[i]))) {
formatter.cc 243 if (rules.isKeyword(UNICODE_STRING_SIMPLE("one")))
  /external/chromium_org/third_party/icu/source/i18n/unicode/
plurrule.h 304 * the number. This function can be used with isKeyword* functions to
315 * the number. This function can be used with isKeyword* functions to
408 UBool isKeyword(const UnicodeString& keyword) const;
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 324 * the number. This function can be used with isKeyword* functions to
335 * the number. This function can be used with isKeyword* functions to
428 UBool isKeyword(const UnicodeString& keyword) const;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 182 if (!token.isKeyword("obj")) {
200 } else if (token.isKeyword("trailer")) {
203 } else if (token.isKeyword("startxref")) {
246 if (!xref.isKeyword("xref")) {
298 if (!token.isKeyword() || token.lenstr() != 1 ||
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
422 if (!objKeyword.isKeyword() || strcmp(objKeyword.c_str(), "obj") != 0) {
SkPdfNativeObject.h 736 bool isKeyword() const {
743 bool isKeyword(const char* keyword) const {
746 if (!isKeyword()) {
    [all...]
SkPdfNativeTokenizer.cpp     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 182 if (!token.isKeyword("obj")) {
200 } else if (token.isKeyword("trailer")) {
203 } else if (token.isKeyword("startxref")) {
246 if (!xref.isKeyword("xref")) {
298 if (!token.isKeyword() || token.lenstr() != 1 ||
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
422 if (!objKeyword.isKeyword() || strcmp(objKeyword.c_str(), "obj") != 0) {
SkPdfNativeObject.h 736 bool isKeyword() const {
743 bool isKeyword(const char* keyword) const {
746 if (!isKeyword()) {
    [all...]
SkPdfNativeTokenizer.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
keywords-and-reserved_words.js 35 function isKeyword(x)
59 if (isKeyword(x)) {
  /external/chromium_org/v8/test/webkit/
keywords-and-reserved_words.js 28 function isKeyword(x)
52 if (isKeyword(x)) {
  /external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 324 PluralRules::isKeyword(const UnicodeString& keyword) const {
355 if (!other.isKeyword(*ptrKeyword)) {
361 if (!this->isKeyword(*ptrKeyword)) {
957 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
963 return fNext->isKeyword(keywordParam);
    [all...]
plurrule_impl.h 269 UBool isKeyword(const UnicodeString& keyword) const;
  /external/icu/icu4c/source/i18n/
plurrule.cpp 427 PluralRules::isKeyword(const UnicodeString& keyword) const {
458 if (!other.isKeyword(*ptrKeyword)) {
464 if (!this->isKeyword(*ptrKeyword)) {
    [all...]
plurrule_impl.h 269 UBool isKeyword(const UnicodeString& keyword) const;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaExprMember.cpp 648 if (Corrected.isResolved() && !Corrected.isKeyword()) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 83 return !WantClassName && candidate.isKeyword();
523 if (Corrected.isKeyword()) {
800 if (Corrected.isKeyword())
    [all...]
  /external/chromium_org/third_party/blanketjs/src/
blanket.js 294 function isKeyword(id) {
504 if (isKeyword(id)) {
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 434 return candidate.isKeyword();
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 785 milliseconds

1 2