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

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

Completed in 152 milliseconds