Searched refs:Specs (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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.cpp166 llvm::FoldingSetVector<EntryType> &Specs,
172 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
252 uint32_t *Specs = CommonPtr->LazySpecializations; local
254 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
255 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
326 uint32_t *Specs = CommonPtr->LazySpecializations; local
328 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
329 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
959 uint32_t *Specs = CommonPtr->LazySpecializations; local
961 for (uint32_t I = 0, N = *Specs
165 findSpecializationImpl( llvm::FoldingSetVector<EntryType> &Specs, ArrayRef<TemplateArgument> Args, void *&InsertPos) argument
[all...]
H A DExpr.cpp547 SpecsTy Specs; local
553 Specs.push_back(Spec);
559 for (SpecsTy::reverse_iterator I = Specs.rbegin(), E = Specs.rend();
/external/clang/include/clang/AST/
H A DDeclTemplate.h593 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { argument
594 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
598 findSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,
/external/clang/lib/Parse/
H A DParseDecl.cpp1948 unsigned Specs = DS.getParsedSpecifiers(); local
1952 } else if (Specs == DeclSpec::PQ_None && !DS.getNumProtocolQualifiers() &&
1960 if (Specs & DeclSpec::PQ_StorageClassSpecifier) {
1970 if (Specs & DeclSpec::PQ_FunctionSpecifier) {
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5045 SmallVector<std::pair<CXXMethodDecl *, const FunctionProtoType *>, 2> Specs; local
5048 std::swap(Specs, DelayedDefaultedMemberExceptionSpecs);
5061 for (unsigned I = 0, N = Specs.size(); I != N; ++I)
5062 CheckExplicitlyDefaultedMemberExceptionSpec(Specs[I].first,
5063 Specs[I].second);
/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 285 milliseconds