/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 23 const void *data, int32_t length, int32_t *pActualLength, in ucptrie_openFromBinary() 139 if (pActualLength != nullptr) { in ucptrie_openFromBinary() 140 *pActualLength = actualLength; in ucptrie_openFromBinary() 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) ucptrie_openFromBinary() argument
|
H A D | utrie2.cpp | 130 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() 232 if(pActualLength!=NULL) { in utrie2_openFromSerialized() 233 *pActualLength=actualLength; in utrie2_openFromSerialized() 129 utrie2_openFromSerialized(UTrie2ValueBits valueBits, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) utrie2_openFromSerialized() argument
|
H A D | utrie2.h | 94 * @param pActualLength receives the actual number of bytes at data taken up by the trie data; 104 const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 23 const void *data, int32_t length, int32_t *pActualLength, in ucptrie_openFromBinary() 139 if (pActualLength != nullptr) { in ucptrie_openFromBinary() 140 *pActualLength = actualLength; in ucptrie_openFromBinary() 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) ucptrie_openFromBinary() argument
|
H A D | utrie2.cpp | 130 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() 232 if(pActualLength!=nullptr) { in utrie2_openFromSerialized() 233 *pActualLength=actualLength; in utrie2_openFromSerialized() 129 utrie2_openFromSerialized(UTrie2ValueBits valueBits, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) utrie2_openFromSerialized() argument
|
H A D | utrie2.h | 94 * @param pActualLength receives the actual number of bytes at data taken up by the trie data; 104 const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 23 const void *data, int32_t length, int32_t *pActualLength, in ucptrie_openFromBinary() 139 if (pActualLength != nullptr) { in ucptrie_openFromBinary() 140 *pActualLength = actualLength; in ucptrie_openFromBinary() 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) ucptrie_openFromBinary() argument
|
H A D | utrie2.cpp | 130 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() 232 if(pActualLength!=NULL) { in utrie2_openFromSerialized() 233 *pActualLength=actualLength; in utrie2_openFromSerialized() 129 utrie2_openFromSerialized(UTrie2ValueBits valueBits, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) utrie2_openFromSerialized() argument
|
H A D | utrie2.h | 94 * @param pActualLength receives the actual number of bytes at data taken up by the trie data; 104 const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 184 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument 224 if (pActualLength != NULL) { in uspoof_openFromSerialized() 225 *pActualLength = sd->size(); in uspoof_openFromSerialized()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 185 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument 225 if (pActualLength != nullptr) { in uspoof_openFromSerialized() 226 *pActualLength = sd->size(); in uspoof_openFromSerialized()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 180 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument 220 if (pActualLength != NULL) { in uspoof_openFromSerialized() 221 *pActualLength = sd->size(); in uspoof_openFromSerialized()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | uspoof.h | 620 * @param pActualLength receives the actual number of bytes at data taken up by the data; 630 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | uspoof.h | 620 * @param pActualLength receives the actual number of bytes at data taken up by the data; 630 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 194 * @param pActualLength receives the actual number of bytes at data taken up by the trie data; 206 const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 194 * @param pActualLength receives the actual number of bytes at data taken up by the trie data; 206 const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | uspoof.h | 685 * @param pActualLength receives the actual number of bytes at data taken up by the data; 695 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 195 * @param pActualLength receives the actual number of bytes at data taken up by the trie data; 207 const void *data, int32_t length, int32_t *pActualLength,
|