Searched refs:linestr (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/escapesrc/ |
D | escapesrc.cpp | 129 const std::string &linestr, in appendUtf8() argument 134 tmp[i] = linestr[++pos]; in appendUtf8() 164 bool fixu8(std::string &linestr, size_t origpos, size_t &endpos) { in fixu8() argument 169 char c = linestr[pos]; in fixu8() 171 char c2 = linestr[++pos]; in fixu8() 181 appendUtf8(outstr, linestr, pos, 4); in fixu8() 184 appendUtf8(outstr, linestr, pos, 8); in fixu8() 196 linestr.replace(origpos, (endpos-origpos+1), outstr); in fixu8() 208 bool fixAt(std::string &linestr, size_t pos) { in fixAt() argument 211 if(linestr[pos] != 'u') { in fixAt() [all …]
|
/external/python/cpython2/Tools/gdb/ |
D | libpython.py | 1569 linestr = str(i+start) 1572 linestr = '>' + linestr 1573 sys.stdout.write('%4s %s' % (linestr, line))
|
/external/python/cpython3/Tools/gdb/ |
D | libpython.py | 1775 linestr = str(i+start) 1778 linestr = '>' + linestr 1779 sys.stdout.write('%4s %s' % (linestr, line))
|