Home
last modified time | relevance | path

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

/external/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.c2647 char offset_str[9999]; in testConvertFromUnicode() local
2758 offset_str[0] = 0; in testConvertFromUnicode()
2762 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2770 log_verbose(offset_str); in testConvertFromUnicode()
2840 char offset_str[9999]; in testConvertToUnicode() local
2953 offset_str[0] = 0; in testConvertToUnicode()
2958 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2966 log_verbose(offset_str); in testConvertToUnicode()
3038 char offset_str[9999]; in testConvertFromUnicodeWithContext() local
3132 offset_str[0] = 0; in testConvertFromUnicodeWithContext()
[all …]
Dncnvtst.c1297 char offset_str[999]; in testConvertFromU() local
1301 offset_str[0] = 0; in testConvertFromU()
1305 …sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[ptr-junkout]); in testConvertFromU()
1313 log_verbose(offset_str); in testConvertFromU()
1472 char offset_str[999]; in testConvertToU() local
1477 offset_str[0] = 0; in testConvertToU()
1482 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout… in testConvertToU()
1490 log_verbose(offset_str); in testConvertToU()
Dnucnvtst.c451 char offset_str[9999]; in testConvertFromU() local
455 offset_str[0] = 0; in testConvertFromU()
458 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (int)(0xFF & junokout[ptr-junkout])); in testConvertFromU()
465 log_verbose(offset_str); in testConvertFromU()
612 char offset_str[9999]; in testConvertToU() local
616 offset_str[0] = 0; in testConvertToU()
621 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout… in testConvertToU()
629 log_verbose(offset_str); in testConvertToU()
/external/puffin/src/
Dmain.cc55 string offset_str, length_str; in StringToExtents() local
56 getline(extent_ss, offset_str, kOffsetLengthDelimeter); in StringToExtents()
58 extents.emplace_back(stoull(offset_str), stoull(length_str)); in StringToExtents()
/external/flatbuffers/src/
Didl_gen_cpp.cpp1486 auto offset_str = GenFieldOffsetName(field); in GenTable() local
1490 auto call = accessor + offset_type + ">(" + offset_str; in GenTable()
1544 code_.SetValue("OFFSET_NAME", offset_str); in GenTable()
1557 auto underlying = accessor + type + ">(" + offset_str + ")"; in GenTable()