/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.cpp | 35 SymbolTableImpl* SymbolTableImpl::ReadText(const string &filename) { 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 \""
|
symbol-table.h | 61 static SymbolTableImpl* ReadText(const string& filename); 227 static SymbolTable* ReadText(const string& filename) { 228 SymbolTableImpl* impl = SymbolTableImpl::ReadText(filename);
|
/external/chromium_org/content/renderer/ |
renderer_clipboard_client.cc | 131 void RendererClipboardClient::ReadText(ui::ClipboardType type,
|
/external/openfst/src/lib/ |
symbol-table.cc | 42 SymbolTableImpl* SymbolTableImpl::ReadText(istream &strm, 57 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns (" 70 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \""
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxmlparser.cpp | 574 const char* TiXmlBase::ReadText( const char* p, 1361 // Oops - ReadText doesn't work, because we don't want to parse the entities. 1362 // p = ReadText( p, &value, false, endTag, false, encoding ); [all...] |
/external/chromium_org/ui/base/clipboard/ |
clipboard_android.cc | 262 void Clipboard::ReadText(ClipboardType type, string16* result) const {
|
clipboard_aura.cc | 189 void ReadText(string16* result) const { 510 void Clipboard::ReadText(ClipboardType type, string16* result) const { 512 GetClipboard()->ReadText(result);
|
clipboard_gtk.cc | 444 void Clipboard::ReadText(ClipboardType type, base::string16* result) const {
|
clipboard_win.cc | 429 void Clipboard::ReadText(ClipboardType type, string16* result) const {
|
clipboard_aurax11.cc | 599 void Clipboard::ReadText(ClipboardType type, string16* result) const {
|
/external/openfst/src/include/fst/ |
symbol-table.h | 99 static SymbolTableImpl* ReadText( 249 static SymbolTable* ReadText( 252 SymbolTableImpl* impl = SymbolTableImpl::ReadText(strm, name, opts); 260 static SymbolTable* ReadText(const string& filename, 264 LOG(ERROR) << "SymbolTable::ReadText: Can't open file " << filename; 267 return ReadText(strm, filename, opts);
|
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxmlparser.cpp | 574 const char* TiXmlBase::ReadText( const char* p, 1361 // Oops - ReadText doesn't work, because we don't want to parse the entities. 1362 // p = ReadText( p, &value, false, endTag, false, encoding ); [all...] |
/external/tinyxml/ |
tinyxmlparser.cpp | 553 const char* TiXmlBase::ReadText( const char* p, 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 ); [all...] |