Searched refs:delim (Results 1 - 4 of 4) sorted by relevance
/test/ostest/wukong/input_factory/src/ |
H A D | record_input.cpp | 51 static std::vector<std::string> split(const std::string &in, const std::string &delim) in split() argument 53 std::regex reg(delim); in split() 119 std::string delim = ","; in ReadEventLine() local 120 auto caseInfo = split(line, delim); in ReadEventLine()
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | ui_record.h | 115 static std::vector<std::string> split(const std::string &in, const std::string &delim) in split() argument 117 std::regex reg(delim); in split()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | wcharndk.cpp | 1056 wchar_t delim[] = L",";
in Wcstok() local 1057 wchar_t *want = wcstok(str, delim, &ptr);
in Wcstok() 1063 wchar_t delim[] = L"/";
in Wcstok() local 1064 wchar_t *want = wcstok(str, delim, &ptr);
in Wcstok()
|
H A D | wcharndk1.cpp | 812 wchar_t delim[] = L",.";
in Wcstok_One() local 814 wchar_t *ret = wcstok(str, delim, &ptr);
in Wcstok_One()
|
Completed in 8 milliseconds