Searched defs:Convert (Results 1 – 6 of 6) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | register.h | 147 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); } in Convert() function 158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 98 const llvm::APSInt &Convert(const llvm::APSInt& To, in Convert() function 108 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() function
|
/external/v8/src/ |
D | unicode.cc | 910 int ToLowercase::Convert(uchar c, in Convert() function in unibrow::ToLowercase 1054 int ToUppercase::Convert(uchar c, in Convert() function in unibrow::ToUppercase 1168 int Ecma262Canonicalize::Convert(uchar c, in Convert() function in unibrow::Ecma262Canonicalize 1485 int Ecma262UnCanonicalize::Convert(uchar c, in Convert() function in unibrow::Ecma262UnCanonicalize 1543 int CanonicalizationRange::Convert(uchar c, in Convert() function in unibrow::CanonicalizationRange
|
D | runtime.cc | 5340 static bool Convert(char* dst, char* src, int length) { in Convert() function
|
/external/chromium/base/ |
D | string_number_conversions.cc | 106 static bool Convert(CHAR c, uint8* digit) { in Convert() function in base::__anon13b856bc0111::BaseCharToDigit 118 static bool Convert(CHAR c, uint8* digit) { in Convert() function in base::__anon13b856bc0111::BaseCharToDigit
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 792 bool Convert = true; in LowerSETCC() local
|