encode 426 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(ZigZag::encode(static_cast<uint32_t>(value))); encode 37 Source/core/html/FormDataList.cpp CString encodedString = m_encoding.encode(string, WTF::EntitiesForUnencodables); encode 649 Source/core/xml/XMLHttpRequest.cpp m_requestEntityBody = FormData::create(UTF8Encoding().encode(body, WTF::EntitiesForUnencodables)); encode 673 Source/core/xml/XMLHttpRequest.cpp m_requestEntityBody = FormData::create(UTF8Encoding().encode(body, WTF::EntitiesForUnencodables)); encode 88 Source/modules/encoding/TextEncoder.cpp result = m_codec->encode(input.characters8(), input.length(), WTF::QuestionMarksForUnencodables); encode 90 Source/modules/encoding/TextEncoder.cpp result = m_codec->encode(input.characters16(), input.length(), WTF::QuestionMarksForUnencodables); encode 54 Source/modules/encoding/TextEncoder.h PassRefPtr<Uint8Array> encode(const String&, const Dictionary&); encode 126 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), encode(0, 0, Positive).abs()); encode 127 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), encode(0, 0, Negative).abs()); encode 129 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 10, Positive), encode(0, 10, Positive).abs()); encode 130 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 10, Positive), encode(0, 10, Negative).abs()); encode 132 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, -10, Positive), encode(0, -10, Positive).abs()); encode 133 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, -10, Positive), encode(0, -10, Negative).abs()); encode 135 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), encode(1, 0, Positive).abs()); encode 136 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), encode(1, 0, Negative).abs()); encode 138 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 10, Positive), encode(1, 10, Positive).abs()); encode 139 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 10, Positive), encode(1, 10, Negative).abs()); encode 141 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -10, Positive), encode(1, -10, Positive).abs()); encode 142 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -10, Positive), encode(1, -10, Negative).abs()); encode 147 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Positive), encode(1, 1000, Positive).abs()); encode 148 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Positive), encode(1, 1000, Negative).abs()); encode 153 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1000, Positive), encode(1, -1000, Positive).abs()); encode 154 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1000, Positive), encode(1, -1000, Negative).abs()); encode 166 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), Decimal(0) + Decimal(0)); encode 169 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(100, 0, Positive), Decimal(99) + Decimal(1)); encode 170 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(100, 0, Negative), Decimal(-50) + Decimal(-50)); encode 171 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(1000000000000000), 35, Positive), encode(1, 50, Positive) + Decimal(1)); encode 172 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(1000000000000000), 35, Positive), Decimal(1) + encode(1, 50, Positive)); encode 173 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(10000000001), 0, Positive), encode(1, 10, Positive) + Decimal(1)); encode 174 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(10000000001), 0, Positive), Decimal(1) + encode(1, 10, Positive)); encode 175 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), encode(1, -1022, Positive) + encode(1, 0, Positive)); encode 176 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2, -1022, Positive), encode(1, -1022, Positive) + encode(1, -1022, Positive)); encode 181 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1022, Positive), encode(1, 1022, Positive) + encode(1, 0, Positive)); encode 182 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2, 1022, Positive), encode(1, 1022, Positive) + encode(1, 1022, Positive)); encode 183 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal::infinity(Positive), encode(std::numeric_limits<uint64_t>::max(), 1022, Positive) + encode(1, 0, Positive)); encode 184 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1022, Positive), encode(1, 1022, Positive) + encode(1, -1000, Positive)); encode 189 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), encode(1, -1022, Positive) + encode(1, 0, Positive)); encode 190 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2, -1022, Positive), encode(1, -1022, Positive) + encode(1, -1022, Positive)); encode 223 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(1, -10, Positive).ceiling()); encode 224 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(11, -1, Positive).ceiling()); encode 225 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(13, -1, Positive).ceiling()); encode 226 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(15, -1, Positive).ceiling()); encode 227 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(19, -1, Positive).ceiling()); encode 228 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(151, -2, Positive).ceiling()); encode 229 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(101, -2, Positive).ceiling()); encode 230 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(199, -3, Positive).ceiling()); encode 231 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(199, -2, Positive).ceiling()); encode 232 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(3), encode(209, -2, Positive).ceiling()); encode 235 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(0), encode(1, -10, Negative).ceiling()); encode 236 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(11, -1, Negative).ceiling()); encode 237 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(13, -1, Negative).ceiling()); encode 238 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(15, -1, Negative).ceiling()); encode 239 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(19, -1, Negative).ceiling()); encode 240 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(151, -2, Negative).ceiling()); encode 241 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(101, -2, Negative).ceiling()); encode 242 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(0), encode(199, -3, Negative).ceiling()); encode 243 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(199, -2, Negative).ceiling()); encode 244 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(209, -2, Negative).ceiling()); encode 249 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Positive), encode(1, 1000, Positive).ceiling()); encode 250 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Negative), encode(1, 1000, Negative).ceiling()); encode 255 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), encode(1, -1000, Positive).ceiling()); encode 256 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Negative), encode(1, -1000, Negative).ceiling()); encode 285 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 1000, Positive) == encode(1, 1000, Positive)); encode 286 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, 1000, Positive) != encode(1, 1000, Positive)); encode 287 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, 1000, Positive) < encode(1, 1000, Positive)); encode 288 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 1000, Positive) <= encode(1, 1000, Positive)); encode 289 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, 1000, Positive) > encode(1, 1000, Positive)); encode 290 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 1000, Positive) >= encode(1, 1000, Positive)); encode 292 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 1000, Negative) == encode(1, 1000, Negative)); encode 293 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, 1000, Negative) != encode(1, 1000, Negative)); encode 294 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, 1000, Negative) < encode(1, 1000, Negative)); encode 295 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 1000, Negative) <= encode(1, 1000, Negative)); encode 296 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, 1000, Negative) > encode(1, 1000, Negative)); encode 297 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 1000, Negative) >= encode(1, 1000, Negative)); encode 299 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, 1000, Positive) == encode(1, 1000, Positive)); encode 300 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, 1000, Positive) != encode(1, 1000, Positive)); encode 301 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, 1000, Positive) < encode(1, 1000, Positive)); encode 302 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, 1000, Positive) <= encode(1, 1000, Positive)); encode 303 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, 1000, Positive) > encode(1, 1000, Positive)); encode 304 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, 1000, Positive) >= encode(1, 1000, Positive)); encode 306 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, 1000, Negative) == encode(1, 1000, Negative)); encode 307 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, 1000, Negative) != encode(1, 1000, Negative)); encode 308 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, 1000, Negative) < encode(1, 1000, Negative)); encode 309 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, 1000, Negative) <= encode(1, 1000, Negative)); encode 310 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, 1000, Negative) > encode(1, 1000, Negative)); encode 311 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, 1000, Negative) >= encode(1, 1000, Negative)); encode 316 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, -1000, Positive) == encode(1, -1000, Positive)); encode 317 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, -1000, Positive) != encode(1, -1000, Positive)); encode 318 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, -1000, Positive) < encode(1, -1000, Positive)); encode 319 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, -1000, Positive) <= encode(1, -1000, Positive)); encode 320 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, -1000, Positive) > encode(1, -1000, Positive)); encode 321 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, -1000, Positive) >= encode(1, -1000, Positive)); encode 323 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, -1000, Negative) == encode(1, -1000, Negative)); encode 324 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, -1000, Negative) != encode(1, -1000, Negative)); encode 325 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, -1000, Negative) < encode(1, -1000, Negative)); encode 326 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, -1000, Negative) <= encode(1, -1000, Negative)); encode 327 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(1, -1000, Negative) > encode(1, -1000, Negative)); encode 328 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, -1000, Negative) >= encode(1, -1000, Negative)); encode 330 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, -1000, Positive) == encode(1, -1000, Positive)); encode 331 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, -1000, Positive) != encode(1, -1000, Positive)); encode 332 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, -1000, Positive) < encode(1, -1000, Positive)); encode 333 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, -1000, Positive) <= encode(1, -1000, Positive)); encode 334 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, -1000, Positive) > encode(1, -1000, Positive)); encode 335 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, -1000, Positive) >= encode(1, -1000, Positive)); encode 337 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, -1000, Negative) == encode(1, -1000, Negative)); encode 338 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, -1000, Negative) != encode(1, -1000, Negative)); encode 339 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, -1000, Negative) < encode(1, -1000, Negative)); encode 340 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(2, -1000, Negative) <= encode(1, -1000, Negative)); encode 341 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, -1000, Negative) > encode(1, -1000, Negative)); encode 342 Source/platform/DecimalTest.cpp EXPECT_FALSE(encode(2, -1000, Negative) >= encode(1, -1000, Negative)); encode 469 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(0u, 0, Positive, encode(0, 0, Positive)); encode 470 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(0u, 0, Negative, encode(0, 0, Negative)); encode 471 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(1u, 0, Positive, encode(1, 0, Positive)); encode 472 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(1u, 0, Negative, encode(1, 0, Negative)); encode 473 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(1u, 1022, Positive, encode(1, 1022, Positive)); encode 474 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(1u, 1022, Negative, encode(1, 1022, Negative)); encode 475 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(1u, 1023, Positive, encode(1, 1023, Positive)); encode 476 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(1u, 1023, Negative, encode(1, 1023, Negative)); encode 477 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 2000, Positive).isInfinity()); encode 478 Source/platform/DecimalTest.cpp EXPECT_TRUE(encode(1, 2000, Negative).isInfinity()); encode 479 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(0u, 0, Positive, encode(1, -2000, Positive)); encode 480 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(0u, 0, Negative, encode(1, -2000, Negative)); encode 481 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(UINT64_C(99999999999999998), 0, Positive, encode(UINT64_C(99999999999999998), 0, Positive)); encode 482 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(UINT64_C(99999999999999998), 0, Negative, encode(UINT64_C(99999999999999998), 0, Negative)); encode 483 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(UINT64_C(99999999999999999), 0, Positive, encode(UINT64_C(99999999999999999), 0, Positive)); encode 484 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(UINT64_C(99999999999999999), 0, Negative, encode(UINT64_C(99999999999999999), 0, Negative)); encode 485 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(UINT64_C(10000000000000000), 1, Positive, encode(UINT64_C(100000000000000000), 0, Positive)); encode 486 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_ENCODED_DATA_EQ(UINT64_C(10000000000000000), 1, Negative, encode(UINT64_C(100000000000000000), 0, Negative)); encode 491 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), Decimal(0) / Decimal(1)); encode 492 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2, 0, Negative), Decimal(2) / Decimal(-1)); encode 493 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(5, -1, Negative), Decimal(-1) / Decimal(2)); encode 494 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(99, 0, Positive), Decimal(99) / Decimal(1)); encode 496 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(3333333333333333), -16, Positive), Decimal(1) / Decimal(3)); encode 497 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(12345678901234), -1, Positive), encode(UINT64_C(12345678901234), 0, Positive) / Decimal(10)); encode 502 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1022, Positive), encode(1, 1022, Positive) / encode(1, 0, Positive)); encode 503 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), encode(1, 1022, Positive) / encode(1, 1022, Positive)); encode 504 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal::infinity(Positive), encode(1, 1022, Positive) / encode(1, -1000, Positive)); encode 509 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1022, Positive), encode(1, -1022, Positive) / encode(1, 0, Positive)); encode 510 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), encode(1, -1022, Positive) / encode(1, -1022, Positive)); encode 560 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), encode(0, 0, Positive)); encode 561 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Negative), encode(0, 0, Negative)); encode 563 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Negative), encode(1, 0, Negative)); encode 564 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal::infinity(Positive), encode(1, 2000, Positive)); encode 565 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal::zero(Positive), encode(1, -2000, Positive)); encode 571 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(0), encode(1, -10, Positive).floor()); encode 572 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(11, -1, Positive).floor()); encode 573 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(13, -1, Positive).floor()); encode 574 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(15, -1, Positive).floor()); encode 575 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(19, -1, Positive).floor()); encode 576 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(193332, -5, Positive).floor()); encode 577 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(12), encode(12002, -3, Positive).floor()); encode 580 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-1), encode(1, -10, Negative).floor()); encode 581 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(11, -1, Negative).floor()); encode 582 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(13, -1, Negative).floor()); encode 583 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(15, -1, Negative).floor()); encode 584 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(19, -1, Negative).floor()); encode 585 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(193332, -5, Negative).floor()); encode 586 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-13), encode(12002, -3, Negative).floor()); encode 591 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Positive), encode(1, 1000, Positive).floor()); encode 592 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Negative), encode(1, 1000, Negative).floor()); encode 597 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), encode(1, -1000, Positive).floor()); encode 598 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Negative), encode(1, -1000, Negative).floor()); encode 610 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), Decimal::fromDouble(0.0)); encode 611 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Negative), Decimal::fromDouble(-0.0)); encode 612 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), Decimal::fromDouble(1)); encode 613 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Negative), Decimal::fromDouble(-1)); encode 614 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, 0, Positive), Decimal::fromDouble(123)); encode 615 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, 0, Negative), Decimal::fromDouble(-123)); encode 616 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1, Positive), Decimal::fromDouble(0.1)); encode 617 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1, Negative), Decimal::fromDouble(-0.1)); encode 622 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(2220446049250313), -31, Positive), Decimal::fromDouble(std::numeric_limits<double>::epsilon())); encode 623 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(2220446049250313), -31, Negative), Decimal::fromDouble(-std::numeric_limits<double>::epsilon())); encode 624 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(17976931348623157), 292, Positive), Decimal::fromDouble(std::numeric_limits<double>::max())); encode 625 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(17976931348623157), 292, Negative), Decimal::fromDouble(-std::numeric_limits<double>::max())); encode 626 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(22250738585072014), -324, Positive), Decimal::fromDouble(std::numeric_limits<double>::min())); encode 627 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(22250738585072014), -324, Negative), Decimal::fromDouble(-std::numeric_limits<double>::min())); encode 636 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), Decimal(0)); encode 637 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), Decimal(1)); encode 638 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Negative), Decimal(-1)); encode 639 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(100, 0, Positive), Decimal(100)); encode 640 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(100, 0, Negative), Decimal(-100)); encode 641 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0x7FFFFFFF, 0, Positive), Decimal(std::numeric_limits<int32_t>::max())); encode 642 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0x80000000u, 0, Negative), Decimal(std::numeric_limits<int32_t>::min())); encode 647 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), fromString("0")); encode 648 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Negative), fromString("-0")); encode 650 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Negative), fromString("-1")); encode 652 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(3, 0, Positive), fromString("+3")); encode 653 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 3, Positive), fromString("0E3")); encode 654 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(5, -1, Positive), fromString(".5")); encode 655 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(100, 0, Positive), fromString("100")); encode 656 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(100, 0, Negative), fromString("-100")); encode 657 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, -2, Positive), fromString("1.23")); encode 658 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, -2, Negative), fromString("-1.23")); encode 659 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, 8, Positive), fromString("1.23E10")); encode 660 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, 8, Negative), fromString("-1.23E10")); encode 661 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, 8, Positive), fromString("1.23E+10")); encode 662 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, 8, Negative), fromString("-1.23E+10")); encode 663 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, -12, Positive), fromString("1.23E-10")); encode 664 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, -12, Negative), fromString("-1.23E-10")); encode 665 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(5, -7, Positive), fromString("0.0000005")); encode 666 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), fromString("0e9999")); encode 667 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(123, -3, Positive), fromString("0.123")); encode 668 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, -2, Positive), fromString("00.00")); encode 669 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 2, Positive), fromString("1E2")); encode 672 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1000, 1023, Positive), fromString("1E1026")); encode 678 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(leadingDigitsOf2PowerOf1024, 292, Positive), fromString("179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216")); encode 719 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), Decimal(0) * Decimal(0)); encode 720 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2, 0, Negative), Decimal(2) * Decimal(-1)); encode 721 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2, 0, Negative), Decimal(-1) * Decimal(2)); encode 722 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(99, 0, Positive), Decimal(99) * Decimal(1)); encode 723 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2500, 0, Positive), Decimal(-50) * Decimal(-50)); encode 724 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 21, Positive), encode(UINT64_C(10000000000), 0, Positive) * encode(UINT64_C(100000000000), 0, Positive)); encode 729 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1022, Positive), encode(1, 1022, Positive) * encode(1, 0, Positive)); encode 730 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal::infinity(Positive), encode(1, 1022, Positive) * encode(1, 1022, Positive)); encode 731 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 22, Positive), encode(1, 1022, Positive) * encode(1, -1000, Positive)); encode 736 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1022, Positive), encode(1, -1022, Positive) * encode(1, 0, Positive)); encode 737 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), encode(1, -1022, Positive) * encode(1, -1022, Positive)); encode 787 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Negative), -encode(0, 0, Positive)); encode 788 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), -encode(0, 0, Negative)); encode 790 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 10, Negative), -encode(0, 10, Positive)); encode 791 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 10, Positive), -encode(0, 10, Negative)); encode 793 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, -10, Negative), -encode(0, -10, Positive)); encode 794 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, -10, Positive), -encode(0, -10, Negative)); encode 796 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Negative), -encode(1, 0, Positive)); encode 797 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Positive), -encode(1, 0, Negative)); encode 799 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 10, Negative), -encode(1, 10, Positive)); encode 800 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 10, Positive), -encode(1, 10, Negative)); encode 802 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -10, Negative), -encode(1, -10, Positive)); encode 803 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -10, Positive), -encode(1, -10, Negative)); encode 808 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Negative), -encode(1, 1000, Positive)); encode 809 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1000, Positive), -encode(1, 1000, Negative)); encode 814 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1000, Negative), -encode(1, -1000, Positive)); encode 815 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1000, Positive), -encode(1, -1000, Negative)); encode 915 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(21, -1, Positive), encode(21, -1, Positive).remainder(3)); encode 918 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 0, Negative), Decimal(-10).remainder(3)); encode 920 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(2, -1, Positive), encode(102, -1, Positive).remainder(1)); encode 921 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1, Positive), Decimal(10).remainder(encode(3, -1, Positive))); encode 922 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(1), encode(36, -1, Positive).remainder(encode(13, -1, Positive))); encode 923 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 87, Positive), (encode(1234, 100, Positive).remainder(Decimal(3)))); encode 930 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 1022, Positive), encode(1, 1022, Positive).remainder(encode(1, 0, Positive))); encode 931 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 1022, Positive), encode(1, 1022, Positive).remainder(encode(1, 1022, Positive))); encode 932 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal::infinity(Positive), encode(1, 1022, Positive).remainder(encode(1, -1000, Positive))); encode 937 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, -1022, Positive), encode(1, -1022, Positive).remainder(encode(1, 0, Positive))); encode 938 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, -1022, Positive), encode(1, -1022, Positive).remainder(encode(1, -1022, Positive))); encode 975 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1234, 100, Positive), encode(1234, 100, Positive).round()); encode 977 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(190002, -5, Positive).round()); encode 978 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(150002, -5, Positive).round()); encode 979 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(2), encode(150000, -5, Positive).round()); encode 980 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(12), encode(12492, -3, Positive).round()); encode 981 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(13), encode(12502, -3, Positive).round()); encode 983 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(190002, -5, Negative).round()); encode 984 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(150002, -5, Negative).round()); encode 985 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-2), encode(150000, -5, Negative).round()); encode 986 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-12), encode(12492, -3, Negative).round()); encode 987 Source/platform/DecimalTest.cpp EXPECT_EQ(Decimal(-13), encode(12502, -3, Negative).round()); encode 999 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), Decimal(0) - Decimal(0)); encode 1000 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(3, 0, Positive), Decimal(2) - Decimal(-1)); encode 1001 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(3, 0, Negative), Decimal(-1) - Decimal(2)); encode 1002 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(98, 0, Positive), Decimal(99) - Decimal(1)); encode 1003 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), Decimal(-50) - Decimal(-50)); encode 1004 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(1000000000000000), 35, Positive), encode(1, 50, Positive) - Decimal(1)); encode 1005 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(1000000000000000), 35, Negative), Decimal(1) - encode(1, 50, Positive)); encode 1010 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1022, Positive), encode(1, 1022, Positive) - encode(1, 0, Positive)); encode 1011 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), encode(1, 1022, Positive) - encode(1, 1022, Positive)); encode 1012 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(1, 1022, Positive), encode(1, 1022, Positive) + encode(1, -1000, Positive)); encode 1017 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(UINT64_C(10000000000000000), -16, Negative), encode(1, -1022, Positive) - encode(1, 0, Positive)); encode 1018 Source/platform/DecimalTest.cpp EXPECT_EQ(encode(0, 0, Positive), encode(1, -1022, Positive) - encode(1, -1022, Positive)); encode 1050 Source/platform/DecimalTest.cpp EXPECT_EQ(0.0, encode(0, 0, Positive).toDouble()); encode 1051 Source/platform/DecimalTest.cpp EXPECT_EQ(-0.0, encode(0, 0, Negative).toDouble()); encode 1053 Source/platform/DecimalTest.cpp EXPECT_EQ(1.0, encode(1, 0, Positive).toDouble()); encode 1054 Source/platform/DecimalTest.cpp EXPECT_EQ(-1.0, encode(1, 0, Negative).toDouble()); encode 1056 Source/platform/DecimalTest.cpp EXPECT_EQ(0.1, encode(1, -1, Positive).toDouble()); encode 1057 Source/platform/DecimalTest.cpp EXPECT_EQ(-0.1, encode(1, -1, Negative).toDouble()); encode 1058 Source/platform/DecimalTest.cpp EXPECT_EQ(0.3, encode(3, -1, Positive).toDouble()); encode 1059 Source/platform/DecimalTest.cpp EXPECT_EQ(-0.3, encode(3, -1, Negative).toDouble()); encode 1060 Source/platform/DecimalTest.cpp EXPECT_EQ(0.6, encode(6, -1, Positive).toDouble()); encode 1061 Source/platform/DecimalTest.cpp EXPECT_EQ(-0.6, encode(6, -1, Negative).toDouble()); encode 1062 Source/platform/DecimalTest.cpp EXPECT_EQ(0.7, encode(7, -1, Positive).toDouble()); encode 1063 Source/platform/DecimalTest.cpp EXPECT_EQ(-0.7, encode(7, -1, Negative).toDouble()); encode 1065 Source/platform/DecimalTest.cpp EXPECT_EQ(0.01, encode(1, -2, Positive).toDouble()); encode 1066 Source/platform/DecimalTest.cpp EXPECT_EQ(0.001, encode(1, -3, Positive).toDouble()); encode 1067 Source/platform/DecimalTest.cpp EXPECT_EQ(0.0001, encode(1, -4, Positive).toDouble()); encode 1068 Source/platform/DecimalTest.cpp EXPECT_EQ(0.00001, encode(1, -5, Positive).toDouble()); encode 1070 Source/platform/DecimalTest.cpp EXPECT_EQ(1e+308, encode(1, 308, Positive).toDouble()); encode 1071 Source/platform/DecimalTest.cpp EXPECT_EQ(1e-307, encode(1, -307, Positive).toDouble()); encode 1073 Source/platform/DecimalTest.cpp EXPECT_TRUE(std::isinf(encode(1, 1000, Positive).toDouble())); encode 1074 Source/platform/DecimalTest.cpp EXPECT_EQ(0.0, encode(1, -1000, Positive).toDouble()); encode 1092 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("0.5", encode(5, -1, Positive)); encode 1093 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("-0.5", encode(5, -1, Negative)); encode 1094 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("12.345", encode(12345, -3, Positive)); encode 1095 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("-12.345", encode(12345, -3, Negative)); encode 1096 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("0.12345", encode(12345, -5, Positive)); encode 1097 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("-0.12345", encode(12345, -5, Negative)); encode 1098 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("50", encode(50, 0, Positive)); encode 1099 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("-50", encode(50, 0, Negative)); encode 1100 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("5e+1", encode(5, 1, Positive)); encode 1101 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("-5e+1", encode(5, 1, Negative)); encode 1102 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("5.678e+103", encode(5678, 100, Positive)); encode 1103 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("-5.678e+103", encode(5678, 100, Negative)); encode 1104 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("5.678e-97", encode(5678, -100, Positive)); encode 1105 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("-5.678e-97", encode(5678, -100, Negative)); encode 1106 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("8639999913600001", encode(UINT64_C(8639999913600001), 0, Positive)); encode 1107 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("9007199254740991", encode((static_cast<uint64_t>(1) << DBL_MANT_DIG) - 1, 0, Positive)); encode 1108 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("99999999999999999", encode(UINT64_C(99999999999999999), 0, Positive)); encode 1109 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("9.9999999999999999e+17", encode(UINT64_C(99999999999999999), 1, Positive)); encode 1110 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("9.9999999999999999e+18", encode(UINT64_C(99999999999999999), 2, Positive)); encode 1111 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("1e+16", encode(UINT64_C(99999999999999999), -1, Positive)); encode 1112 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("1000000000000000", encode(UINT64_C(99999999999999999), -2, Positive)); encode 1113 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("1", encode(UINT64_C(99999999999999999), -17, Positive)); encode 1114 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("0.001", encode(UINT64_C(99999999999999999), -20, Positive)); encode 1115 Source/platform/DecimalTest.cpp EXPECT_DECIMAL_STREQ("1e-83", encode(UINT64_C(99999999999999999), -100, Positive)); encode 385 Source/platform/graphics/ImageBuffer.cpp if (!JPEGImageEncoder::encode(source, compressionQuality, encodedImage)) encode 391 Source/platform/graphics/ImageBuffer.cpp if (!WEBPImageEncoder::encode(source, compressionQuality, encodedImage)) encode 394 Source/platform/graphics/ImageBuffer.cpp if (!PNGImageEncoder::encode(source, encodedImage)) encode 45 Source/platform/image-encoders/skia/JPEGImageEncoder.h static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*); encode 46 Source/platform/image-encoders/skia/JPEGImageEncoder.h static bool encode(const ImageDataBuffer&, int quality, Vector<unsigned char>*); encode 45 Source/platform/image-encoders/skia/PNGImageEncoder.h static bool encode(const SkBitmap&, Vector<unsigned char>* output); encode 46 Source/platform/image-encoders/skia/PNGImageEncoder.h static bool encode(const ImageDataBuffer&, Vector<unsigned char>* output); encode 45 Source/platform/image-encoders/skia/WEBPImageEncoder.h static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*); encode 46 Source/platform/image-encoders/skia/WEBPImageEncoder.h static bool encode(const ImageDataBuffer&, int quality, Vector<unsigned char>*); encode 88 Source/wtf/text/TextCodec.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) = 0; encode 89 Source/wtf/text/TextCodec.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) = 0; encode 52 Source/wtf/text/TextCodecICU.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; encode 53 Source/wtf/text/TextCodecICU.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; encode 40 Source/wtf/text/TextCodecLatin1.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; encode 41 Source/wtf/text/TextCodecLatin1.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; encode 41 Source/wtf/text/TextCodecUTF16.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; encode 42 Source/wtf/text/TextCodecUTF16.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; encode 43 Source/wtf/text/TextCodecUTF8.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; encode 44 Source/wtf/text/TextCodecUTF8.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; encode 40 Source/wtf/text/TextCodecUserDefined.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; encode 41 Source/wtf/text/TextCodecUserDefined.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; encode 77 Source/wtf/text/TextEncoding.cpp encodedString = textCodec->encode(string.characters8(), string.length(), handling); encode 79 Source/wtf/text/TextEncoding.cpp encodedString = textCodec->encode(string.characters16(), string.length(), handling); encode 96 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->encode(string.characters8(), string.length(), handling); encode 119 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->encode(source, length, handling); encode 56 Source/wtf/text/TextEncoding.h CString encode(const String&, UnencodableHandling) const;