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