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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebString.cpp 78 const WebUChar* WebString::data16() const function in class:WebKit::WebString
  /external/chromium_org/third_party/icu/source/common/
utrie2.h 458 _UTRIE2_U8_NEXT(trie, data16, index, src, limit, result)
480 _UTRIE2_U8_PREV(trie, data16, index, start, src, result)
690 * in this case, data32==NULL, and data16 is used for direct ASCII access.
697 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ member in struct:UTrie2
    [all...]
  /external/icu4c/common/
utrie2.h 459 _UTRIE2_U8_NEXT(trie, data16, index, src, limit, result)
481 _UTRIE2_U8_PREV(trie, data16, index, start, src, result)
692 * in this case, data32==NULL, and data16 is used for direct ASCII access.
699 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ member in struct:UTrie2
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 510 UChar* data16; local
511 RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
515 data16[i] = toASCIILower(c);
521 UChar* data16; local
522 RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
525 int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error);
529 newImpl = createUninitialized(realLength, data16);
530 Unicode::toLower(data16, realLength, characters16(), m_length, &error);
607 UChar* data16; local
608 RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 1033 data16 // CHECK: data16 # encoding: [0x66] label
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1085 milliseconds