Home
last modified time | relevance | path

Searched refs:uniChars (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DBString.cpp102 const UniChar* uniChars = CFStringGetCharactersPtr(cfstr); in BString() local
103 if (uniChars) { in BString()
104 m_bstr = SysAllocStringLen((LPCWSTR)uniChars, CFStringGetLength(cfstr)); in BString()
/external/webkit/Source/WebKit/win/
DMarshallingHelpers.cpp95 const UniChar* uniChars = CFStringGetCharactersPtr(str); in CFStringRefToBSTR() local
96 if (uniChars) in CFStringRefToBSTR()
97 return SysAllocStringLen((LPCTSTR)uniChars, CFStringGetLength(str)); in CFStringRefToBSTR()
DWebPreferences.cpp305 const UniChar* uniChars = CFStringGetCharactersPtr(str); in stringValueForKey() local
306 if (uniChars) in stringValueForKey()
307 return SysAllocStringLen((LPCTSTR)uniChars, length); in stringValueForKey()
/external/webkit/Source/JavaScriptGlue/
DJSUtils.cpp287 const UniChar* uniChars = (const UniChar*)ustr.characters(); in KJSValueToCFTypeInternal() local
290 if (uniChars[size] < '0' || uniChars[size] > '9') { in KJSValueToCFTypeInternal()
/external/icu4c/test/intltest/
Dustrtest.cpp277 UChar uniChars[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, in TestCompare() local
308 … if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) in TestCompare()
316 if (test1.compare(uniChars, 4) <= 0 || test1.compare(uniChars, 4) <= 0) in TestCompare()
Dutxttest.cpp856 UChar uniChars[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, in ComparisonTest() local
869 utext_openUChars(&uniCharText, uniChars, -1, &status); in ComparisonTest()