Searched refs:isKeyword (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/
H A Dkeywords-and-reserved_words.js35 function isKeyword(x) function
59 if (isKeyword(x)) {
/external/chromium_org/v8/test/webkit/
H A Dkeywords-and-reserved_words.js28 function isKeyword(x) function
52 if (isKeyword(x)) {
/external/clang/include/clang/Sema/
H A DTypoCorrection.h181 bool isKeyword() const { function in class:clang::TypoCorrection
188 bool isKeyword(const char (&Str)[StrLen]) const { function in class:clang::TypoCorrection
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/
H A Dl10n_util_plurals.cc48 // once ICU's isKeyword is fixed to return true for isKeyword('other').
50 (i == 0 || rules->isKeyword(kKeywords[i]))) {
H A Dformatter.cc243 if (rules.isKeyword(UNICODE_STRING_SIMPLE("one")))
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dplurrule.h304 * 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/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp182 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) {
H A DSkPdfNativeObject.h736 bool isKeyword() const { function in class:SkPdfNativeObject
743 bool isKeyword(const char* keyword) const { function in class:SkPdfNativeObject
746 if (!isKeyword()) {
H A DSkPdfNativeTokenizer.cpp1108 if (key->isKeyword() && key->lenstr() == 2 &&
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp182 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) {
H A DSkPdfNativeObject.h736 bool isKeyword() const { function in class:SkPdfNativeObject
743 bool isKeyword(const char* keyword) const { function in class:SkPdfNativeObject
746 if (!isKeyword()) {
H A DSkPdfNativeTokenizer.cpp1108 if (key->isKeyword() && key->lenstr() == 2 &&
/external/icu/icu4c/source/i18n/unicode/
H A Dplurrule.h324 * 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/icu/source/i18n/
H A Dplurrule.cpp324 PluralRules::isKeyword(const UnicodeString& keyword) const { function in class:PluralRules
355 if (!other.isKeyword(*ptrKeyword)) {
361 if (!this->isKeyword(*ptrKeyword)) {
957 RuleChain::isKeyword(const UnicodeString& keywordParam) const { function in class:RuleChain
963 return fNext->isKeyword(keywordParam);
H A Dplurrule_impl.h269 UBool isKeyword(const UnicodeString& keyword) const;
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp427 PluralRules::isKeyword(const UnicodeString& keyword) const { function in class:PluralRules
458 if (!other.isKeyword(*ptrKeyword)) {
464 if (!this->isKeyword(*ptrKeyword)) {
1060 RuleChain::isKeyword(const UnicodeString& keywordParam) const { function in class:RuleChain
1066 return fNext->isKeyword(keywordParam);
H A Dplurrule_impl.h269 UBool isKeyword(const UnicodeString& keyword) const;
/external/clang/lib/Sema/
H A DSemaLookup.cpp3438 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
3510 NestedNameSpecifier *NNS, bool isKeyword) {
3525 if (isKeyword) TC.makeKeyword();
4267 if (!Cached->second.isKeyword() &&
4378 if (ED == 0 && Result.isKeyword())
4401 else if (Consumer["super"].front().isKeyword())
4428 if (isKeyword())
4453 if (candidate.isKeyword())
4491 return candidate.isKeyword();
4617 Correction.isKeyword()
3509 addName(StringRef Name, NamedDecl *ND, NestedNameSpecifier *NNS, bool isKeyword) argument
[all...]
H A DSemaExprMember.cpp648 if (Corrected.isResolved() && !Corrected.isKeyword()) {
H A DSemaExprObjC.cpp1818 candidate.isKeyword("super");
1900 if (Corrected.isKeyword()) {
H A DSemaDecl.cpp83 return !WantClassName && candidate.isKeyword();
523 if (Corrected.isKeyword()) {
800 if (Corrected.isKeyword())
/external/chromium_org/third_party/blanketjs/src/
H A Dblanket.js294 function isKeyword(id) {
504 if (isKeyword(id)) {
/external/clang/lib/Parse/
H A DParseExpr.cpp434 return candidate.isKeyword();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 475 milliseconds

12