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

  /external/opencore/fileformats/mp4/parser/src/
avcsampleentry.cpp 40 uint16 data16; local
57 if (!AtomUtils::read16(fp, data16))
61 _preDefined1 = (int16)data16;
64 if (!AtomUtils::read16(fp, data16))
68 _reserved1 = (int16)data16;
82 if (!AtomUtils::read16(fp, data16))
86 _width = (int16)data16;
89 if (!AtomUtils::read16(fp, data16))
93 _height = (int16)data16;
117 if (!AtomUtils::read16(fp, data16))
    [all...]
  /external/icu4c/common/
utrie2.c 57 if(trie->data16!=NULL) {
73 if(trie->data16!=NULL) {
207 trie->data16=p16;
210 trie->errorValue=trie->data16[UTRIE2_BAD_UTF8_DATA_OFFSET];
213 trie->data16=NULL;
324 trie->data16=dest16;
340 trie->data16=NULL;
utrie2.h 449 _UTRIE2_U8_NEXT(trie, data16, index, src, limit, result)
471 _UTRIE2_U8_PREV(trie, data16, index, start, src, result)
619 * in this case, data32==NULL, and data16 is used for direct ASCII access.
626 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ member in struct:UTrie2
    [all...]
utrie2_builder.c 303 if(other->data16!=NULL) {
304 trie->data16=(uint16_t *)trie->memory+(other->data16-(uint16_t *)other->memory);
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 181 value2=trie->data16[start];
194 value2=trie->data16[start];
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 246 #define OPSZ_TOGGLE data16
    [all...]

Completed in 207 milliseconds