Searched defs:omit_empty_strings (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/tools/balsa/
H A Dsplit.cc20 bool omit_empty_strings) {
30 if (e != s || !omit_empty_strings) {
39 if (e != s || !omit_empty_strings) {
55 if (e != s || !omit_empty_strings) {
64 if (e != s || !omit_empty_strings) {
17 SplitStringPieceToVector(const base::StringPiece& full, const char* delim, std::vector<base::StringPiece>* vec, bool omit_empty_strings) argument
/external/openfst/src/lib/
H A Dcompat.cc33 bool omit_empty_strings) {
38 if (!omit_empty_strings || full[0] != '\0')
32 SplitToVector(char* full, const char* delim, vector<char*>* vec, bool omit_empty_strings) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp111 bool omit_empty_strings) {
114 if (omit_empty_strings && next[0] == '\0') continue;
110 SplitToVector(char* full, const char* delim, vector<char*>* vec, bool omit_empty_strings) argument

Completed in 279 milliseconds