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

/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.cpp53 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t, function in class:TransliteratorIDParser::Specs
117 Specs* specsA = NULL;
118 Specs* specsB = NULL;
220 Specs* specs = parseFilterID(id, pos, TRUE);
694 * @return a Specs object, or NULL if the parse failed. If
697 * pattern is returned in the Specs object, otherwise the returned
701 TransliteratorIDParser::Specs*
804 return new Specs(source, target, variant, sawSource, filter);
815 TransliteratorIDParser::specsToID(const Specs* spec
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorIDParser.java82 private static class Specs { class in class:TransliteratorIDParser
88 Specs(String s, String t, String v, boolean sawS, String f) { method in class:TransliteratorIDParser.Specs
152 Specs specs = parseFilterID(id, pos, true);
182 Specs specsA = null;
183 Specs specsB = null;
584 * @return a Specs object, or null if the parse failed. If
587 * pattern is returned in the Specs object, otherwise the returned
591 private static Specs parseFilterID(String id, int[] pos,
689 return new Specs(source, target, variant, sawSource, filter);
699 private static SingleID specsToID(Specs spec
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorIDParser.java81 private static class Specs { class in class:TransliteratorIDParser
87 Specs(String s, String t, String v, boolean sawS, String f) { method in class:TransliteratorIDParser.Specs
151 Specs specs = parseFilterID(id, pos, true);
181 Specs specsA = null;
182 Specs specsB = null;
583 * @return a Specs object, or null if the parse failed. If
586 * pattern is returned in the Specs object, otherwise the returned
590 private static Specs parseFilterID(String id, int[] pos,
688 return new Specs(source, target, variant, sawSource, filter);
698 private static SingleID specsToID(Specs spec
[all...]
/external/clang/lib/AST/
H A DDeclTemplate.cpp170 llvm::FoldingSetVector<EntryType> &Specs, ArrayRef<TemplateArgument> Args,
175 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
286 uint32_t *Specs = CommonPtr->LazySpecializations; local
288 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
289 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
360 uint32_t *Specs = CommonPtr->LazySpecializations; local
362 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
363 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
1005 uint32_t *Specs = CommonPtr->LazySpecializations; local
1007 for (uint32_t I = 0, N = *Specs
169 findSpecializationImpl( llvm::FoldingSetVector<EntryType> &Specs, ArrayRef<TemplateArgument> Args, void *&InsertPos) argument
[all...]
H A DExpr.cpp593 SpecsTy Specs; local
599 Specs.push_back(Spec);
605 for (SpecsTy::reverse_iterator I = Specs.rbegin(), E = Specs.rend();
/external/clang/include/clang/AST/
H A DDeclTemplate.h672 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { argument
673 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
677 findSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,
681 void addSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,
/external/clang/lib/Parse/
H A DParseDecl.cpp2139 unsigned Specs = DS.getParsedSpecifiers(); local
2143 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) {
2150 if (Specs & DeclSpec::PQ_StorageClassSpecifier) {
2160 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 2319 milliseconds