HomeSort by relevance Sort by last modified time
    Searched full:source16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
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)
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, length, u_strToUpper, localeForConversion, this)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 471 milliseconds