OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iskeyword
(Results
26 - 50
of
201
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h
189
bool
isKeyword
() const {
195
bool
isKeyword
(const char (&Str)[StrLen]) const {
196
return
isKeyword
() && getCorrectionAsIdentifierInfo()->isStr(Str);
219
return
isKeyword
() ? CorrectionDecls.end() : CorrectionDecls.begin();
224
return
isKeyword
() ? CorrectionDecls.end() : CorrectionDecls.begin();
244
return (!
isKeyword
() && !CorrectionDecls.empty());
/external/google-breakpad/src/testing/scripts/generator/cpp/
keywords.py
52
def
IsKeyword
(token):
/external/googletest/googlemock/scripts/generator/cpp/
keywords.py
52
def
IsKeyword
(token):
/external/v8/testing/gmock/scripts/generator/cpp/
keywords.py
52
def
IsKeyword
(token):
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
import_statement.py
38
if keyword.
iskeyword
(value_part):
81
if keyword.
iskeyword
(value):
280
if keyword.
iskeyword
(value):
/prebuilts/go/darwin-x86/src/go/token/
token.go
305
//
IsKeyword
returns true for tokens corresponding to keywords;
308
func (tok Token)
IsKeyword
() bool { return keyword_beg < tok && tok < keyword_end }
/prebuilts/go/linux-x86/src/go/token/
token.go
305
//
IsKeyword
returns true for tokens corresponding to keywords;
308
func (tok Token)
IsKeyword
() bool { return keyword_beg < tok && tok < keyword_end }
/external/v8/src/
dateparser.h
134
bool
IsKeyword
() { return tag_ >= kKeywordTagStart; }
143
DCHECK(
IsKeyword
());
147
DCHECK(
IsKeyword
());
/external/python/cpython3/Lib/idlelib/
hyperparser.py
7
from keyword import
iskeyword
159
# i.e. keyword.
iskeyword
() returns True for them
212
iskeyword
(str[i:pos]) and
/external/autotest/client/cros/cellular/wardmodem/
global_state.py
131
keyword.
iskeyword
(component_name):
145
keyword.
iskeyword
(component_name):
state_machine.py
172
keyword.
iskeyword
(function):
/external/icu/icu4c/source/i18n/unicode/
plurrule.h
330
* the number. This function can be used with
isKeyword
* functions to
341
* the number. This function can be used with
isKeyword
* functions to
458
UBool
isKeyword
(const UnicodeString& keyword) const;
/external/icu/icu4c/source/i18n/
plurrule.cpp
421
PluralRules::
isKeyword
(const UnicodeString& keyword) const {
452
if (!other.
isKeyword
(*ptrKeyword)) {
458
if (!this->
isKeyword
(*ptrKeyword)) {
[
all
...]
plurrule_impl.h
353
UBool
isKeyword
(const UnicodeString& keyword) const;
/prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
token.a
48
?
IsKeyword
Ltok·2 IsLiteralL?
142
ident ?$"".Token.IsLiteral ?&"".Token.IsOperator ?$"".Token.
IsKeyword