Searched defs:ReadText (Results 1 - 12 of 12) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp35 SymbolTableImpl* SymbolTableImpl::ReadText(const string &filename) { function in class:fst::SymbolTableImpl
38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: "
54 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns (skipping), "
63 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \""
H A Dsymbol-table.h60 static SymbolTableImpl* ReadText(const string& filename);
226 static SymbolTable* ReadText(const string& filename) { function in class:fst::SymbolTable
227 SymbolTableImpl* impl = SymbolTableImpl::ReadText(filename);
/external/openfst/src/lib/
H A Dsymbol-table.cc42 SymbolTableImpl* SymbolTableImpl::ReadText(istream &strm, function in class:fst::SymbolTableImpl
57 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns ("
70 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \""
/external/chromium_org/content/renderer/
H A Drenderer_clipboard_client.cc137 void RendererClipboardClient::ReadText(ui::ClipboardType type, function in class:content::RendererClipboardClient
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp574 const char* TiXmlBase::ReadText( const char* p, function in class:TiXmlBase
1361 // Oops - ReadText doesn't work, because we don't want to parse the entities.
1362 // p = ReadText( p, &value, false, endTag, false, encoding );
1433 p = ReadText( p, &value, false, end, false, encoding );
1439 p = ReadText( p, &value, false, end, false, encoding );
1533 p = ReadText( p, &dummy, false, endTag, false, encoding );
1541 p = ReadText( p, &value, ignoreWhite, end, false, encoding );
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_android.cc262 void Clipboard::ReadText(ClipboardType type, base::string16* result) const { function in class:ui::Clipboard
H A Dclipboard_aura.cc190 void ReadText(base::string16* result) const { function in class:ui::__anon16617::AuraClipboard
516 void Clipboard::ReadText(ClipboardType type, base::string16* result) const { function in class:ui::Clipboard
518 GetClipboard()->ReadText(result);
H A Dclipboard_aurax11.cc659 void Clipboard::ReadText(ClipboardType type, base::string16* result) const { function in class:ui::Clipboard
H A Dclipboard_win.cc433 void Clipboard::ReadText(ClipboardType type, base::string16* result) const { function in class:ui::Clipboard
/external/openfst/src/include/fst/
H A Dsymbol-table.h99 static SymbolTableImpl* ReadText(
249 static SymbolTable* ReadText( function in class:fst::SymbolTable
252 SymbolTableImpl* impl = SymbolTableImpl::ReadText(strm, name, opts);
260 static SymbolTable* ReadText(const string& filename, function in class:fst::SymbolTable
264 LOG(ERROR) << "SymbolTable::ReadText: Can't open file " << filename;
267 return ReadText(strm, filename, opts);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp574 const char* TiXmlBase::ReadText( const char* p, function in class:TiXmlBase
1361 // Oops - ReadText doesn't work, because we don't want to parse the entities.
1362 // p = ReadText( p, &value, false, endTag, false, encoding );
1433 p = ReadText( p, &value, false, end, false, encoding );
1439 p = ReadText( p, &value, false, end, false, encoding );
1533 p = ReadText( p, &dummy, false, endTag, false, encoding );
1541 p = ReadText( p, &value, ignoreWhite, end, false, encoding );
/external/tinyxml/
H A Dtinyxmlparser.cpp553 const char* TiXmlBase::ReadText( const char* p, function in class:TiXmlBase
1313 p = ReadText( p, &value, false, endTag, false, encoding );
1361 p = ReadText( p, &value, false, end, false, encoding );
1367 p = ReadText( p, &value, false, end, false, encoding );
1467 p = ReadText( p, &dummy, false, endTag, false, encoding );
1475 p = ReadText( p, &value, ignoreWhite, end, false, encoding );

Completed in 518 milliseconds