Searched refs:Specs (Results 1 - 15 of 15) 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/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/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dc_mac.php58 //Hexadecimal Char Specs
60 //Hexadecimal Char Specs
62 //Hexadecimal Char Specs
64 //Octal Char Specs
H A Dcpp-qt.php56 //Hexadecimal Char Specs
58 //Hexadecimal Char Specs
60 //Hexadecimal Char Specs
62 //Octal Char Specs
H A Dd.php63 //Hexadecimal Char Specs
65 //Hexadecimal Char Specs
67 //Hexadecimal Char Specs
69 //Octal Char Specs
H A Dc.php73 //Hexadecimal Char Specs
75 //Hexadecimal Char Specs
77 //Hexadecimal Char Specs
79 //Octal Char Specs
H A Dcpp.php67 //Hexadecimal Char Specs
69 //Hexadecimal Char Specs
71 //Hexadecimal Char Specs
73 //Octal Char Specs
H A Dphp.php74 //Hexadecimal Char Specs
76 //Octal Char Specs
/external/clang/lib/AST/
H A DDeclTemplate.cpp165 llvm::FoldingSetVector<EntryType> &Specs,
171 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]);
325 uint32_t *Specs = CommonPtr->LazySpecializations; local
327 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
328 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
992 uint32_t *Specs = CommonPtr->LazySpecializations; local
994 for (uint32_t I = 0, N = *Specs
164 findSpecializationImpl( llvm::FoldingSetVector<EntryType> &Specs, const TemplateArgument *Args, unsigned NumArgs, void *&InsertPos) argument
[all...]
H A DExpr.cpp536 SpecsTy Specs; local
542 Specs.push_back(Spec);
548 for (SpecsTy::reverse_iterator I = Specs.rbegin(), E = Specs.rend();
/external/clang/include/clang/AST/
H A DDeclTemplate.h592 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { argument
593 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
597 findSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,
/external/clang/lib/Parse/
H A DParseDecl.cpp1987 unsigned Specs = DS.getParsedSpecifiers(); local
1992 } else if (Specs == DeclSpec::PQ_None && !DS.getNumProtocolQualifiers() &&
2000 if (Specs & DeclSpec::PQ_StorageClassSpecifier) {
2010 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 205 milliseconds