OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isKeyword
(Results
1 - 24
of
24
) sorted by null
/external/clang/include/clang/Sema/
TypoCorrection.h
168
bool
isKeyword
() const {
175
bool
isKeyword
(const char (&Str)[StrLen]) const {
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/
plurrule.h
188
* 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/chromium_org/ui/base/l10n/
l10n_util_plurals.cc
47
// once ICU's
isKeyword
is fixed to return true for
isKeyword
('other').
49
(i == 0 || rules->
isKeyword
(kKeywords[i]))) {
time_format.cc
274
if (rules.
isKeyword
(UNICODE_STRING_SIMPLE("one"))) {
/external/icu4c/i18n/unicode/
plurrule.h
226
* 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_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/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/chromium_org/third_party/icu/source/i18n/
plurrule.cpp
196
PluralRules::
isKeyword
(const UnicodeString& keyword) const {
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 {
870
return next->
isKeyword
(keywordParam);
plurrule_impl.h
196
UBool
isKeyword
(const UnicodeString& keyword) const;
plurfmt.cpp
185
if (!pluralRules->
isKeyword
(token)) {
/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
...]
SemaExprMember.cpp
627
if (Corrected.isResolved() && !Corrected.
isKeyword
()) {
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaDecl.cpp
75
return !WantClassName && candidate.
isKeyword
();
418
if (Corrected.
isKeyword
()) {
708
if (Corrected.
isKeyword
())
[
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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.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 389 milliseconds