Home
last modified time | relevance | path

Searched refs:offset_str (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.c233 char offset_str[9999]; in testConvertFromUnicode() local
236 offset_str[0] = 0; in testConvertFromUnicode()
240 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
248 log_verbose(offset_str); in testConvertFromUnicode()
311 char offset_str[9999]; in testConvertToUnicode() local
397 offset_str[0] = 0; in testConvertToUnicode()
402 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
410 log_verbose(offset_str); in testConvertToUnicode()
[all...]
H A Dnccbtst.c2644 char offset_str[9999]; in testConvertFromUnicode() local
2755 offset_str[0] = 0; in testConvertFromUnicode()
2759 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2767 log_verbose(offset_str); in testConvertFromUnicode()
2837 char offset_str[9999]; in testConvertToUnicode() local
2950 offset_str[0] = 0; in testConvertToUnicode()
2955 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2963 log_verbose(offset_str); in testConvertToUnicode()
3035 char offset_str[9999]; testConvertFromUnicodeWithContext() local
3210 char offset_str[9999]; testConvertToUnicodeWithContext() local
[all...]
H A Dncnvtst.c1286 char offset_str[999]; in testConvertFromU() local
1290 offset_str[0] = 0; in testConvertFromU()
1294 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[ptr-junkout]); in testConvertFromU()
1302 log_verbose(offset_str); in testConvertFromU()
1461 char offset_str[999]; in testConvertToU() local
1466 offset_str[0] = 0; in testConvertToU()
1471 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout]); in testConvertToU()
1479 log_verbose(offset_str); in testConvertToU()
[all...]
H A Dnucnvtst.c453 char offset_str[9999]; in testConvertFromU() local
457 offset_str[0] = 0; in testConvertFromU()
460 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (int)(0xFF & junokout[ptr-junkout])); in testConvertFromU()
467 log_verbose(offset_str); in testConvertFromU()
614 char offset_str[9999]; in testConvertToU() local
618 offset_str[0] = 0; in testConvertToU()
623 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout]); in testConvertToU()
631 log_verbose(offset_str); in testConvertToU()
[all...]
/third_party/python/Lib/zoneinfo/
H A D_zoneinfo.py635 offset_str, *start_end_str = tz_str.split(",", 1)
648 m = parser_re.match(offset_str)

Completed in 13 milliseconds