Searched refs:isIdentifier (Results 1 - 25 of 29) sorted by relevance

12

/external/icu4c/common/
H A Dpatternprops.h74 static UBool isIdentifier(const UChar *s, int32_t length);
H A Dpatternprops.cpp196 PatternProps::isIdentifier(const UChar *s, int32_t length) { function in class:PatternProps
H A Dmessagepattern.cpp327 if(!PatternProps::isIdentifier(name.getBuffer(), name.length())) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertyNameArray.cpp35 ASSERT(!identifier || identifier == StringImpl::empty() || identifier->isIdentifier());
H A DIdentifier.h97 if (r->isIdentifier())
106 if (r->isIdentifier())
H A DIdentifier.cpp240 ASSERT(!r->isIdentifier());
249 if (r->isIdentifier())
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.cpp118 ASSERT(!m_className.length() || !m_className.impl()->isIdentifier());
123 ASSERT(!it->first->isIdentifier());
132 ASSERT(!it->first->isIdentifier());
168 ASSERT(!it->first->isIdentifier());
180 ASSERT(!it->first->isIdentifier());
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.h216 bool isIdentifier() const { return m_refCountAndFlags & s_refCountFlagIsIdentifier; } function in class:WTF::StringImpl
217 void setIsIdentifier(bool isIdentifier) argument
220 if (isIdentifier)
229 void setIsAtomic(bool isIdentifier) argument
232 if (isIdentifier)
H A DStringImpl.cpp51 if (isIdentifier()) {
/external/clang/include/clang/AST/
H A DTemplateName.h495 bool isIdentifier() const { return !Qualifier.getInt(); } function in class:clang::DependentTemplateName
499 assert(isIdentifier() && "Template name isn't an identifier?");
515 if (isIdentifier())
H A DDeclarationName.h187 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } function in class:clang::DeclarationName
216 if (isIdentifier())
H A DDecl.h128 assert(Name.isIdentifier() && "Name is not a simple identifier");
/external/clang/lib/AST/
H A DTemplateName.cpp143 if (DTN->isIdentifier())
H A DDumpXML.cpp258 if (Name.isIdentifier())
H A DItaniumMangle.cpp391 !FD->getDeclName().isIdentifier()))
1519 assert(Dependent->isIdentifier());
H A DMicrosoftMangle.cpp165 !FD->getDeclName().isIdentifier()))
H A DASTImporter.cpp4386 if (DTN->isIdentifier()) {
/external/icu4c/i18n/
H A Dselfmt.cpp94 if (!PatternProps::isIdentifier(keyword.getBuffer(), keyword.length())) {
H A Dplurrule.cpp1379 return PatternProps::isIdentifier(token.getBuffer(), token.length());
/external/clang/lib/Parse/
H A DParseTentative.cpp1131 bool isIdentifier = Tok.is(tok::identifier); local
1133 if (!isIdentifier)
1138 if (isIdentifier ||
/external/clang/lib/Serialization/
H A DASTWriter.cpp4158 Record.push_back(DepT->isIdentifier());
4159 if (DepT->isIdentifier())
/external/clang/lib/Sema/
H A DSemaTemplate.cpp1959 if (DTN && DTN->isIdentifier())
2485 if (NameInfo.getName().isIdentifier()) {
H A DSemaExprObjC.cpp1373 if (!MemberName.isIdentifier()) {
H A DSemaDeclCXX.cpp1556 if (!Name.isIdentifier()) {
4716 if (!MD->getDeclName().isIdentifier())
H A DSemaExprCXX.cpp236 if (DepTemplate->isIdentifier() &&

Completed in 447 milliseconds

12