Home
last modified time | relevance | path

Searched refs:offset_str (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dncnvfbts.c232 char offset_str[9999]; in testConvertFromUnicode() local
235 offset_str[0] = 0; in testConvertFromUnicode()
239 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
247 log_verbose(offset_str); in testConvertFromUnicode()
310 char offset_str[9999]; in testConvertToUnicode() local
396 offset_str[0] = 0; in testConvertToUnicode()
401 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
409 log_verbose(offset_str); in testConvertToUnicode()
Dnccbtst.c2643 char offset_str[9999]; in testConvertFromUnicode() local
2754 offset_str[0] = 0; in testConvertFromUnicode()
2758 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2766 log_verbose(offset_str); in testConvertFromUnicode()
2836 char offset_str[9999]; in testConvertToUnicode() local
2949 offset_str[0] = 0; in testConvertToUnicode()
2954 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2962 log_verbose(offset_str); in testConvertToUnicode()
3034 char offset_str[9999]; in testConvertFromUnicodeWithContext() local
3128 offset_str[0] = 0; in testConvertFromUnicodeWithContext()
[all …]
Dncnvtst.c1285 char offset_str[999]; in testConvertFromU() local
1289 offset_str[0] = 0; in testConvertFromU()
1293 …sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[ptr-junkout]); in testConvertFromU()
1301 log_verbose(offset_str); in testConvertFromU()
1460 char offset_str[999]; in testConvertToU() local
1465 offset_str[0] = 0; in testConvertToU()
1470 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout… in testConvertToU()
1478 log_verbose(offset_str); in testConvertToU()
Dnucnvtst.c452 char offset_str[9999]; in testConvertFromU() local
456 offset_str[0] = 0; in testConvertFromU()
459 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (int)(0xFF & junokout[ptr-junkout])); in testConvertFromU()
466 log_verbose(offset_str); in testConvertFromU()
613 char offset_str[9999]; in testConvertToU() local
617 offset_str[0] = 0; in testConvertToU()
622 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout… in testConvertToU()
630 log_verbose(offset_str); in testConvertToU()
/third_party/python/Lib/zoneinfo/
D_zoneinfo.py635 offset_str, *start_end_str = tz_str.split(",", 1)
648 m = parser_re.match(offset_str)
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp2004 const auto offset_str = GenFieldOffsetName(field); in GenTableFieldGetter() local
2018 auto call = accessor + offset_type + ">(" + offset_str; in GenTableFieldGetter()
2035 offset_str + ")"; in GenTableFieldGetter()
2047 const auto offset_str = GenFieldOffsetName(field); in GenTableFieldType() local
2182 auto offset_str = GenFieldOffsetName(field); in GenTableFieldSetter() local
2186 code_.SetValue("OFFSET_NAME", offset_str); in GenTableFieldSetter()
2207 auto underlying = accessor + wire_type + ">(" + offset_str + ")"; in GenTableFieldSetter()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c703 const gchar *offset_str = "none"; in gst_info_describe_buffer() local
710 offset_str = offset_buf; in gst_info_describe_buffer()
724 gst_buffer_get_size (buffer), offset_str, offset_end_str, in gst_info_describe_buffer()