/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie_swap.cpp | 121 trie.options=ds->readUInt16(inTrie->options); in utrie2_swap() 122 trie.indexLength=ds->readUInt16(inTrie->indexLength); in utrie2_swap() 123 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength); in utrie2_swap() 208 trie.options=ds->readUInt16(inTrie->options); in ucptrie_swap() 209 trie.indexLength=ds->readUInt16(inTrie->indexLength); in ucptrie_swap() 210 trie.dataLength = ds->readUInt16(inTrie->dataLength); in ucptrie_swap()
|
D | udataswp.cpp | 219 return (int16_t)ds->readUInt16((uint16_t)x); in udata_readInt16() 313 headerSize=ds->readUInt16(pHeader->dataHeader.headerSize); in udata_swapDataHeader() 314 infoSize=ds->readUInt16(pHeader->info.size); in udata_swapDataHeader() 390 … swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16; in udata_openSwapper()
|
D | ucol_swp.cpp | 250 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in swapFormatVersion3() 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() 259 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
|
D | udataswp.h | 164 UDataReadUInt16 *readUInt16; member
|
D | unames.cpp | 1898 offset+=ds->readUInt16(inRange->size); in uchar_swapNames() 1929 tokenCount=ds->readUInt16(*p); in uchar_swapNames() 1990 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames() 2054 offset+=ds->readUInt16(inRange->size); in uchar_swapNames()
|
/third_party/icu/icu4c/source/common/ |
D | utrie_swap.cpp | 121 trie.options=ds->readUInt16(inTrie->options); in utrie2_swap() 122 trie.indexLength=ds->readUInt16(inTrie->indexLength); in utrie2_swap() 123 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength); in utrie2_swap() 208 trie.options=ds->readUInt16(inTrie->options); in ucptrie_swap() 209 trie.indexLength=ds->readUInt16(inTrie->indexLength); in ucptrie_swap() 210 trie.dataLength = ds->readUInt16(inTrie->dataLength); in ucptrie_swap()
|
D | udataswp.cpp | 219 return (int16_t)ds->readUInt16((uint16_t)x); in udata_readInt16() 313 headerSize=ds->readUInt16(pHeader->dataHeader.headerSize); in udata_swapDataHeader() 314 infoSize=ds->readUInt16(pHeader->info.size); in udata_swapDataHeader() 390 … swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16; in udata_openSwapper()
|
D | ucol_swp.cpp | 250 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in swapFormatVersion3() 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() 259 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
|
D | udataswp.h | 164 UDataReadUInt16 *readUInt16; member
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utrie_swap.cpp | 121 trie.options=ds->readUInt16(inTrie->options); in utrie2_swap() 122 trie.indexLength=ds->readUInt16(inTrie->indexLength); in utrie2_swap() 123 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength); in utrie2_swap() 208 trie.options=ds->readUInt16(inTrie->options); in ucptrie_swap() 209 trie.indexLength=ds->readUInt16(inTrie->indexLength); in ucptrie_swap() 210 trie.dataLength = ds->readUInt16(inTrie->dataLength); in ucptrie_swap()
|
D | udataswp.cpp | 219 return (int16_t)ds->readUInt16((uint16_t)x); in udata_readInt16() 313 headerSize=ds->readUInt16(pHeader->dataHeader.headerSize); in udata_swapDataHeader() 314 infoSize=ds->readUInt16(pHeader->info.size); in udata_swapDataHeader() 390 … swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16; in udata_openSwapper()
|
D | ucol_swp.cpp | 250 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in swapFormatVersion3() 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() 259 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
|
D | udataswp.h | 164 UDataReadUInt16 *readUInt16; member
|
D | unames.cpp | 1891 offset+=ds->readUInt16(inRange->size); in uchar_swapNames() 1922 tokenCount=ds->readUInt16(*p); in uchar_swapNames() 1983 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames() 2047 offset+=ds->readUInt16(inRange->size); in uchar_swapNames()
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie_swap.cpp | 121 trie.options=ds->readUInt16(inTrie->options); in utrie2_swap() 122 trie.indexLength=ds->readUInt16(inTrie->indexLength); in utrie2_swap() 123 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength); in utrie2_swap() 208 trie.options=ds->readUInt16(inTrie->options); in ucptrie_swap() 209 trie.indexLength=ds->readUInt16(inTrie->indexLength); in ucptrie_swap() 210 trie.dataLength = ds->readUInt16(inTrie->dataLength); in ucptrie_swap()
|
D | udataswp.cpp | 219 return (int16_t)ds->readUInt16((uint16_t)x); in udata_readInt16() 313 headerSize=ds->readUInt16(pHeader->dataHeader.headerSize); in udata_swapDataHeader() 314 infoSize=ds->readUInt16(pHeader->info.size); in udata_swapDataHeader() 390 … swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16; in udata_openSwapper()
|
D | ucol_swp.cpp | 250 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in swapFormatVersion3() 251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() 259 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3() 260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
|
D | udataswp.h | 164 UDataReadUInt16 *readUInt16; member
|
D | unames.cpp | 1898 offset+=ds->readUInt16(inRange->size); in uchar_swapNames() 1929 tokenCount=ds->readUInt16(*p); in uchar_swapNames() 1990 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames() 2054 offset+=ds->readUInt16(inRange->size); in uchar_swapNames()
|
/third_party/skia/experimental/skrive/src/reader/ |
D | BinaryReader.cpp | 32 return this->readUInt16(label); in readId() 59 uint16_t readUInt16(const char[]) override { in readUInt16() function in skrive::internal::__anonaefe223a0111::BinaryReader 100 return this->readUInt16(nullptr); in readLength16()
|
D | JsonReader.cpp | 86 return this->readUInt16(label) + 1; in readId() 105 uint16_t readUInt16(const char label[]) override { in readUInt16() function in skrive::internal::__anonea38104f0111::JsonReader
|
D | StreamReader.h | 69 virtual uint16_t readUInt16(const char label[]) = 0;
|
/third_party/skia/experimental/skrive/src/ |
D | Drawable.cpp | 27 node->setDrawOrder(sr->readUInt16("drawOrder")); in parse_node()
|
D | Node.cpp | 33 /*const auto clip_id =*/ sr->readUInt16("node"); in parse_node()
|
/third_party/node/src/ |
D | node_wasi.h | 88 inline void readUInt16(char* memory, uint16_t* value, uint32_t offset);
|