data16 48 Source/core/html/track/vtt/VTTScannerTest.cpp String data16(data8); data16 49 Source/core/html/track/vtt/VTTScannerTest.cpp data16.ensure16Bit(); data16 50 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_FALSE(data16.is8Bit()); data16 51 Source/core/html/track/vtt/VTTScannerTest.cpp VTTScanner scanner16(data16); data16 84 Source/core/html/track/vtt/VTTScannerTest.cpp String data16(data8); \ data16 85 Source/core/html/track/vtt/VTTScannerTest.cpp data16.ensure16Bit(); \ data16 86 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_FALSE(data16.is8Bit()); \ data16 87 Source/core/html/track/vtt/VTTScannerTest.cpp TESTFUNC(data16); \ data16 155 Source/core/svg/SVGFontData.cpp remainingTextInRun = String(run.data16(currentCharacter), run.charactersLength() - currentCharacter); data16 333 Source/platform/fonts/WidthIterator.cpp SurrogatePairAwareTextIterator textIterator(m_run.data16(m_currentCharacter), m_currentCharacter, offset, length); data16 171 Source/platform/text/TextRun.h result.setText(data16(startOffset), length); data16 177 Source/platform/text/TextRun.h const UChar* data16(unsigned i) const { ASSERT_WITH_SECURITY_IMPLICATION(i < m_len); ASSERT(!is8Bit()); return &m_data.characters16[i]; } data16 552 Source/wtf/text/StringImpl.cpp UChar* data16; data16 553 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16); data16 557 Source/wtf/text/StringImpl.cpp data16[i] = toASCIILower(c); data16 563 Source/wtf/text/StringImpl.cpp UChar* data16; data16 564 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16); data16 567 Source/wtf/text/StringImpl.cpp int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error); data16 571 Source/wtf/text/StringImpl.cpp newImpl = createUninitialized(realLength, data16); data16 572 Source/wtf/text/StringImpl.cpp Unicode::toLower(data16, realLength, characters16(), m_length, &error); data16 643 Source/wtf/text/StringImpl.cpp UChar* data16; data16 644 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16); data16 651 Source/wtf/text/StringImpl.cpp data16[i] = toASCIIUpper(c); data16 658 Source/wtf/text/StringImpl.cpp int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error); data16 661 Source/wtf/text/StringImpl.cpp newImpl = createUninitialized(realLength, data16); data16 662 Source/wtf/text/StringImpl.cpp Unicode::toUpper(data16, realLength, source16, m_length, &error); data16 691 Source/wtf/text/StringImpl.cpp UChar* data16; data16 693 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> output = StringImpl::createUninitialized(length, data16); data16 696 Source/wtf/text/StringImpl.cpp targetLength = converter(data16, targetLength, source16, length, locale, &status); data16 704 Source/wtf/text/StringImpl.cpp output = StringImpl::createUninitialized(targetLength, data16); data16 144 public/platform/WebString.h return base::Latin1OrUTF16ToUTF16(length(), data8(), data16()); data16 173 public/platform/WebString.h BLINK_COMMON_EXPORT const WebUChar* data16() const;