Home
last modified time | relevance | path

Searched refs:outstr (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/tools/escapesrc/
H A Descapesrc.cpp69 const char *outstr = outfile.c_str(); in cleanup() local
70 if(outstr && *outstr) { in cleanup()
71 int rc = std::remove(outstr); in cleanup()
73 fprintf(stderr, "%s: deleted %s\n", prog.c_str(), outstr); in cleanup()
110 * @param outstr sstring to append to
113 void appendByte(std::string &outstr, in appendByte() argument
117 outstr += tmp2; in appendByte()
121 * Append the bytes from 'linestr' into outstr, with escaping
122 * @param outstr th
128 appendUtf8(std::string &outstr, const std::string &linestr, size_t &pos, size_t chars) appendUtf8() argument
166 std::string outstr; fixu8() local
[all...]
/third_party/icu/icu4c/source/tools/escapesrc/
H A Descapesrc.cpp69 const char *outstr = outfile.c_str(); in cleanup() local
70 if(outstr && *outstr) { in cleanup()
71 int rc = std::remove(outstr); in cleanup()
73 fprintf(stderr, "%s: deleted %s\n", prog.c_str(), outstr); in cleanup()
110 * @param outstr sstring to append to
113 void appendByte(std::string &outstr, in appendByte() argument
117 outstr += tmp2; in appendByte()
121 * Append the bytes from 'linestr' into outstr, with escaping
122 * @param outstr th
128 appendUtf8(std::string &outstr, const std::string &linestr, size_t &pos, size_t chars) appendUtf8() argument
166 std::string outstr; fixu8() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp69 const char *outstr = outfile.c_str(); in cleanup() local
70 if(outstr && *outstr) { in cleanup()
71 int rc = std::remove(outstr); in cleanup()
73 fprintf(stderr, "%s: deleted %s\n", prog.c_str(), outstr); in cleanup()
110 * @param outstr sstring to append to
113 void appendByte(std::string &outstr, in appendByte() argument
117 outstr += tmp2; in appendByte()
121 * Append the bytes from 'linestr' into outstr, with escaping
122 * @param outstr th
128 appendUtf8(std::string &outstr, const std::string &linestr, size_t &pos, size_t chars) appendUtf8() argument
166 std::string outstr; fixu8() local
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.cc326 std::stringstream outstr; in GetPacketData() local
329 outstr << '$'; in GetPacketData()
337 outstr << chars[0]; in GetPacketData()
339 outstr << chars[1]; in GetPacketData()
342 outstr << ':'; in GetPacketData()
348 outstr << ptr[offs]; in GetPacketData()
353 outstr << '#'; in GetPacketData()
355 outstr << chars[0]; in GetPacketData()
356 outstr << chars[1]; in GetPacketData()
358 return outstr in GetPacketData()
[all...]
/third_party/node/tools/zos/
H A Dsdwrap.py12 outstr = "{}".format(l)
14 outstr = " {}".format(l)
19 outstr = "{:<71}*\n".format(l[:-1])
22 outstr = " {:<70}*\n".format(l[:-1])
24 args.output.write(outstr)
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapScan.java107 OutputStream outstr = null; in runMain()
108 outstr = System.out; in runMain()
120 outstr); in runMain()
H A DSimpleScan.java104 OutputStream outstr = null; in runMain()
105 outstr = System.out; in runMain()
117 outstr); in runMain()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc690 OFStream outstr(file); in TraceDeoptBegin()
691 info.position.Print(outstr, compiled_code_); in TraceDeoptBegin()
1955 OFStream outstr(file); in MaterializeHeapObjects()
1956 info.position.Print(outstr, compiled_code_); in MaterializeHeapObjects()
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py1111 for index, outstr in enumerate(output):
1112 if IsStrCanonicalInt(outstr):
1113 output[index] = int(outstr)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py1101 for index, outstr in enumerate(output):
1102 if IsStrCanonicalInt(outstr):
1103 output[index] = int(outstr)
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc6660 io::StringOutputStream outstr( in InterpretSingleOption()
6662 io::CodedOutputStream out(&outstr); in InterpretSingleOption()

Completed in 24 milliseconds