HomeSort by relevance Sort by last modified time
    Searched refs:uniChars (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/win/
BString.cpp 102 const UniChar* uniChars = CFStringGetCharactersPtr(cfstr);
103 if (uniChars) {
104 m_bstr = SysAllocStringLen((LPCWSTR)uniChars, CFStringGetLength(cfstr));
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 287 const UniChar* uniChars = (const UniChar*)ustr.characters();
290 if (uniChars[size] < '0' || uniChars[size] > '9') {
  /external/webkit/Source/WebKit/win/
MarshallingHelpers.cpp 95 const UniChar* uniChars = CFStringGetCharactersPtr(str);
96 if (uniChars)
97 return SysAllocStringLen((LPCTSTR)uniChars, CFStringGetLength(str));
WebPreferences.cpp 305 const UniChar* uniChars = CFStringGetCharactersPtr(str);
306 if (uniChars)
307 return SysAllocStringLen((LPCTSTR)uniChars, length);
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 277 UChar uniChars[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73,
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)
    [all...]
utxttest.cpp 856 UChar uniChars[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73,
869 utext_openUChars(&uniCharText, uniChars, -1, &status);
    [all...]

Completed in 185 milliseconds