Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 2 of 2) sorted by relevance

/mipi-sys-t-3.7.0/library/test/unit/
Dmipi_syst_gtest.h187 size_t pos(0); in xform()
190 pos = std::string::npos; in xform()
191 while((pos=x4m.find("<D64>")) != std::string::npos){ in xform()
192 std::string val = x4m.substr(pos+5,16); in xform()
199 x4m.erase(pos,21); in xform()
200 x4m.insert(pos,replacement); in xform()
205 pos = x4m.find("[typ=3:1 "); in xform()
206 if (pos != std::string::npos) { in xform()
207 x4m.replace(pos, 9, std::string("[typ=3:5 ")); in xform()
212 pos = x4m.find("[typ=3:2 "); in xform()
[all …]
/mipi-sys-t-3.7.0/printer/src/
Dmipi_syst_printf.cpp226 size_t pos(fragment.find('l')); in parse() local
227 if (pos != std::string::npos) { in parse()
228 fragment = fragment.insert(pos, "l"); in parse()