HomeSort by relevance Sort by last modified time
    Searched refs:Specs (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/
tridpars.h 66 class Specs : public UMemory {
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
308 * at any location between specs or delimiters, and is returned
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
    [all...]
tridpars.cpp 50 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t,
114 Specs* specsA = NULL;
115 Specs* specsB = NULL;
217 Specs* specs = parseFilterID(id, pos, TRUE); local
218 if (specs == NULL) {
224 SingleID* single = specsToID(specs, FORWARD);
226 single->filter = specs->filter;
228 delete specs;
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 148 llvm::FoldingSet<EntryType> &Specs,
154 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
294 uint32_t *Specs = CommonPtr->LazySpecializations;
296 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
297 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
    [all...]
Expr.cpp 443 SpecsTy Specs;
449 Specs.push_back(Spec);
455 for (SpecsTy::reverse_iterator I = Specs.rbegin(), E = Specs.rend();
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 544 SpecIterator<EntryType> makeSpecIterator(llvm::FoldingSet<EntryType> &Specs,
546 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
550 findSpecializationImpl(llvm::FoldingSet<EntryType> &Specs,
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 110 milliseconds