Searched refs:U_POINTER_MASK_LSB (Results 1 - 15 of 15) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ucnvsel.cpp | 292 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_serialize() 474 (length > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_openFromSerialized()
|
H A D | ucptrie.cpp | 29 if (length <= 0 || (U_POINTER_MASK_LSB(data, 3) != 0) || in ucptrie_openFromBinary() 482 (capacity > 0 && (data == nullptr || (U_POINTER_MASK_LSB(data, 3) != 0)))) { in ucptrie_toBinary()
|
H A D | utrie2.cpp | 143 if( length<=0 || (U_POINTER_MASK_LSB(data, 3)!=0) || in utrie2_openFromSerialized() 405 capacity<0 || (capacity>0 && (data==NULL || (U_POINTER_MASK_LSB(data, 3)!=0))) in utrie2_serialize()
|
H A D | utrie_swap.cpp | 305 if(length<16 || data==nullptr || (U_POINTER_MASK_LSB(data, 3)!=0)) { in getVersion()
|
H A D | cmemory.h | 123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 292 (bufferCapacity > 0 && (p == nullptr || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_serialize() 474 (length > 0 && (p == nullptr || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_openFromSerialized()
|
H A D | ucptrie.cpp | 29 if (length <= 0 || (U_POINTER_MASK_LSB(data, 3) != 0) || in ucptrie_openFromBinary() 482 (capacity > 0 && (data == nullptr || (U_POINTER_MASK_LSB(data, 3) != 0)))) { in ucptrie_toBinary()
|
H A D | utrie2.cpp | 143 if( length<=0 || (U_POINTER_MASK_LSB(data, 3)!=0) || in utrie2_openFromSerialized() 405 capacity<0 || (capacity>0 && (data==nullptr || (U_POINTER_MASK_LSB(data, 3)!=0))) in utrie2_serialize()
|
H A D | utrie_swap.cpp | 305 if(length<16 || data==nullptr || (U_POINTER_MASK_LSB(data, 3)!=0)) { in getVersion()
|
H A D | cmemory.h | 123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvsel.cpp | 292 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_serialize() 474 (length > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_openFromSerialized()
|
H A D | ucptrie.cpp | 29 if (length <= 0 || (U_POINTER_MASK_LSB(data, 3) != 0) || in ucptrie_openFromBinary() 482 (capacity > 0 && (data == nullptr || (U_POINTER_MASK_LSB(data, 3) != 0)))) { in ucptrie_toBinary()
|
H A D | utrie2.cpp | 143 if( length<=0 || (U_POINTER_MASK_LSB(data, 3)!=0) || in utrie2_openFromSerialized() 405 capacity<0 || (capacity>0 && (data==NULL || (U_POINTER_MASK_LSB(data, 3)!=0))) in utrie2_serialize()
|
H A D | utrie_swap.cpp | 305 if(length<16 || data==nullptr || (U_POINTER_MASK_LSB(data, 3)!=0)) { in getVersion()
|
H A D | cmemory.h | 123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
|
Completed in 16 milliseconds