|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Functions | |
| void | ParseNumber (const char *begin, char *&end, float &out) |
| void | ParseNumber (const char *begin, char *&end, double &out) |
| void | ParseNumber (const char *begin, char *&end, long int &out) |
| void | ParseNumber (const char *begin, char *&end, unsigned long int &out) |
| void util::anonymous_namespace{file_piece.cc}::ParseNumber | ( | const char * | begin, |
| char *& | end, | ||
| float & | out | ||
| ) |
| void util::anonymous_namespace{file_piece.cc}::ParseNumber | ( | const char * | begin, |
| char *& | end, | ||
| double & | out | ||
| ) |
| void util::anonymous_namespace{file_piece.cc}::ParseNumber | ( | const char * | begin, |
| char *& | end, | ||
| long int & | out | ||
| ) |
| void util::anonymous_namespace{file_piece.cc}::ParseNumber | ( | const char * | begin, |
| char *& | end, | ||
| unsigned long int & | out | ||
| ) |