HomeSort by relevance Sort by last modified time
    Searched defs: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 165 llvm::FoldingSetVector<EntryType> &Specs,
171 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
309 uint32_t *Specs = CommonPtr->LazySpecializations;
311 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
312 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
    [all...]
Expr.cpp 520 SpecsTy Specs;
526 Specs.push_back(Spec);
532 for (SpecsTy::reverse_iterator I = Specs.rbegin(), E = Specs.rend();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 116 milliseconds