Searched defs:Specs (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/i18n/
H A Dtridpars.h66 class Specs : public UMemory { class in class:TransliteratorIDParser
73 Specs(const UnicodeString& s, const UnicodeString& t,
79 Specs(const Specs &other); // forbid copying of this class
80 Specs &operator=(const Specs &other); // forbid copying of this class
310 * @return a Specs object, or null if the parse failed. If
313 * pattern is returned in the Specs object, otherwise the returned
317 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos,
321 * Givens a Specs objec
[all...]
H A Dtridpars.cpp50 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t, function in class:TransliteratorIDParser::Specs
114 Specs* specsA = NULL;
115 Specs* specsB = NULL;
217 Specs* specs = parseFilterID(id, pos, TRUE);
691 * @return a Specs object, or NULL if the parse failed. If
694 * pattern is returned in the Specs object, otherwise the returned
698 TransliteratorIDParser::Specs*
801 return new Specs(source, target, variant, sawSource, filter);
812 TransliteratorIDParser::specsToID(const Specs* spec
[all...]
/external/clang/lib/AST/
H A DDeclTemplate.cpp165 llvm::FoldingSetVector<EntryType> &Specs,
171 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
311 uint32_t *Specs = CommonPtr->LazySpecializations; local
313 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
314 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
164 findSpecializationImpl( llvm::FoldingSetVector<EntryType> &Specs, const TemplateArgument *Args, unsigned NumArgs, void *&InsertPos) argument
H A DExpr.cpp456 SpecsTy Specs; local
462 Specs.push_back(Spec);
468 for (SpecsTy::reverse_iterator I = Specs.rbegin(), E = Specs.rend();
/external/clang/include/clang/AST/
H A DDeclTemplate.h562 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { argument
563 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
567 findSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,
/external/clang/lib/Parse/
H A DParseDecl.cpp1745 unsigned Specs = DS.getParsedSpecifiers(); local
1750 } else if (Specs == DeclSpec::PQ_None && !DS.getNumProtocolQualifiers() &&
1758 if (Specs & DeclSpec::PQ_StorageClassSpecifier) {
1767 if (Specs & DeclSpec::PQ_FunctionSpecifier) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 669 milliseconds