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

/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/v8/test/mjsunit/
H A Dkeywords-and-reserved_words.js35 function isKeyword(x) function
59 if (isKeyword(x)) {
/external/clang/include/clang/Sema/
H A DTypoCorrection.h168 bool isKeyword() const { function in class:clang::TypoCorrection
175 bool isKeyword(const char (&Str)[StrLen]) const { function in class:clang::TypoCorrection
176 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
200 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
205 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
211 return (!isKeyword() && !CorrectionDecls.empty());
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dplurrule.h188 * the number. This function can be used with isKeyword* functions to
199 * the number. This function can be used with isKeyword* functions to
229 UBool isKeyword(const UnicodeString& keyword) const;
/external/icu4c/i18n/unicode/
H A Dplurrule.h226 * the number. This function can be used with isKeyword* functions to
237 * the number. This function can be used with isKeyword* functions to
323 UBool isKeyword(const UnicodeString& keyword) const;
/external/chromium/chrome/common/
H A Dtime_format.cc215 // 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/chromium_org/ui/base/l10n/
H A Dtime_format.cc269 // once ICU's isKeyword is fixed to return true for isKeyword('other').
271 (j == 0 || rules->isKeyword(kKeywords[j]))) {
302 if (rules.isKeyword(UNICODE_STRING_SIMPLE("one"))) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp196 PluralRules::isKeyword(const UnicodeString& keyword) const { function in class:PluralRules
205 return mRules->isKeyword(keyword);
244 if (U_FAILURE(status) || !other.isKeyword(*ptrKeyword)) {
256 if (!this->isKeyword(*ptrKeyword)) {
864 RuleChain::isKeyword(const UnicodeString& keywordParam) const { function in class:RuleChain
870 return next->isKeyword(keywordParam);
H A Dplurrule_impl.h196 UBool isKeyword(const UnicodeString& keyword) const;
H A Dplurfmt.cpp185 if (!pluralRules->isKeyword(token)) {
/external/icu4c/i18n/
H A Dplurrule.cpp277 PluralRules::isKeyword(const UnicodeString& keyword) const { function in class:PluralRules
286 return mRules->isKeyword(keyword);
316 if (!other.isKeyword(*ptrKeyword)) {
322 if (!this->isKeyword(*ptrKeyword)) {
1127 RuleChain::isKeyword(const UnicodeString& keywordParam) const { function in class:RuleChain
1133 return next->isKeyword(keywordParam);
H A Dplurrule_impl.h191 UBool isKeyword(const UnicodeString& keyword) const;
/external/clang/lib/Sema/
H A DSemaLookup.cpp3316 NestedNameSpecifier *NNS=NULL, bool isKeyword=false);
3389 bool isKeyword) {
3391 if (isKeyword) TC.makeKeyword();
3938 if (!Cached->second.isKeyword() &&
4225 if (ED == 0 && Result.isKeyword()) return TypoCorrection();
4241 && BestResults["super"].front().isKeyword()) {
4269 if (isKeyword())
4294 if (candidate.isKeyword())
4317 return candidate.isKeyword();
3385 addName(StringRef Name, NamedDecl *ND, unsigned Distance, NestedNameSpecifier *NNS, bool isKeyword) argument
H A DSemaExprMember.cpp627 if (Corrected.isResolved() && !Corrected.isKeyword()) {
H A DSemaExprObjC.cpp1767 candidate.isKeyword("super");
1848 if (Corrected.isKeyword()) {
H A DSemaDecl.cpp75 return !WantClassName && candidate.isKeyword();
418 if (Corrected.isKeyword()) {
708 if (Corrected.isKeyword())
/external/clang/lib/Parse/
H A DParseExpr.cpp436 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 414 milliseconds