Searched refs:source16 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringImpl.cpp | 641 const UChar* source16 = upconverted->characters16(); in upper() local 649 UChar c = source16[i]; in upper() 658 int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error); in upper() 662 Unicode::toUpper(data16, realLength, source16, m_length, &error); in upper() 689 static PassRefPtr<StringImpl> caseConvert(const UChar* source16, size_t length, icuCaseConverter co… in caseConvert() argument 696 targetLength = converter(data16, targetLength, source16, length, locale, &status); in caseConvert() 729 const UChar* source16 = upconverted->characters16(); in lower() local 730 return caseConvert(source16, length, u_strToLower, localeForConversion, this); in lower() 754 const UChar* source16 = upconverted->characters16(); in upper() local 757 return caseConvert(source16, length, u_strToUpper, localeForConversion, this); in upper() [all …]
|