Home
last modified time | relevance | path

Searched refs:linestr (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp129 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 …]
/third_party/node/deps/icu-small/source/tools/escapesrc/
Descapesrc.cpp129 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 …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp129 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 …]
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp129 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 …]
/third_party/python/Tools/gdb/
Dlibpython.py1786 linestr = str(i+start)
1789 linestr = '>' + linestr
1790 sys.stdout.write('%4s %s' % (linestr, line))