OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sstrm
(Results
1 - 6
of
6
) sorted by null
/external/openfst/src/include/fst/extensions/far/
print-strings.h
106
stringstream
sstrm
;
local
108
sstrm
.fill('0');
109
sstrm
<< std::right << setw(generate_filenames) << i;
111
sstrm
<< key;
113
sstrm
<< "." << nrep;
117
filename = filename_prefix +
sstrm
.str() + filename_suffix;
/external/icu4c/test/iotest/
stream.cpp
224
stringstream
sstrm
;
local
226
strstream
sstrm
;
229
sstrm
<< testString;
232
printBits(
sstrm
);*/
234
sstrm
>> str;
237
printBits(
sstrm
);
239
if (getBitStatus(
sstrm
) != expectedStatus) {
240
printBits(
sstrm
);
241
log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(
sstrm
));
/external/openfst/src/include/fst/
sparse-tuple-weight.h
420
istringstream
sstrm
(s);
421
sstrm
>> default_value;
437
istringstream
sstrm
(s);
438
sstrm
>> n;
458
istringstream
sstrm
(s);
459
sstrm
>> p;
474
istringstream
sstrm
(s);
475
sstrm
>> r;
535
istringstream
sstrm
(s);
536
sstrm
>> default_value
[
all
...]
tuple-weight.h
156
istringstream
sstrm
(s);
158
sstrm
>> r;
211
istringstream
sstrm
(s);
213
sstrm
>> r;
230
istringstream
sstrm
(s);
232
sstrm
>> r;
string.h
183
stringstream
sstrm
;
local
186
sstrm
<< *(FLAGS_fst_field_separator.rbegin());
187
if (!PrintLabel(labels_[i],
sstrm
))
190
*output =
sstrm
.str();
/external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp
234
stringstream
sstrm
;
local
236
strstream
sstrm
;
239
sstrm
<< testString;
242
printBits(
sstrm
);*/
244
sstrm
>> str;
247
printBits(
sstrm
);
249
if (getBitStatus(
sstrm
) != expectedStatus) {
250
printBits(
sstrm
);
252
log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(
sstrm
));
255
log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(
sstrm
));
[
all
...]
Completed in 473 milliseconds