Searched refs:result16 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/regex/test/regress/ |
D | test_icu.cpp | 597 std::vector<UChar> expression16, text16, format16, result16, found16; in test_icu() local 602 result16.assign(u16_conv(result_string.begin()), u16_conv(result_string.end())); in test_icu() 607 …copy(u16_conv(result_string.begin()), u16_conv(result_string.end()), std::back_inserter(result16)); in test_icu() 611 if(result16 != found16) in test_icu() 624 if(result16.size()) in test_icu() 625 result16u.setTo(&*result16.begin(), result16.size()); in test_icu()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 711 UnicodeString result16(s16); in assertGreekUpper() local 712 result16.toUpper(GREEK_LOCALE_); in assertGreekUpper() 713 assertEquals(msg, expected16, result16); in assertGreekUpper() 723 UChar *dest16 = result16.getBuffer(expected16.length() + 1); in assertGreekUpper() 724 u_memset(dest16, 0x55AA, result16.getCapacity()); in assertGreekUpper() 738 result16.releaseBuffer(length); in assertGreekUpper() 740 assertEquals(msg + cap, expected16, result16); in assertGreekUpper()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-conversions.cc | 2088 double result16 = StrToD16(buffer16, len, flags, empty_string_value, in StrToD() local 2091 CHECK_EQ(result, result16); in StrToD() 4213 float result16 = StrToF16(buffer16, len, flags, empty_string_value, in StrToF() local 4216 CHECK_EQ(result, result16); in StrToF()
|