Home
last modified time | relevance | path

Searched refs:U_POINTER_MASK_LSB (Results 1 – 16 of 16) sorted by relevance

/external/cronet/tot/third_party/icu/source/common/
Dutrie2.cpp143 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()
Ducptrie.cpp29 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()
Dutrie_swap.cpp305 if(length<16 || data==nullptr || (U_POINTER_MASK_LSB(data, 3)!=0)) { in getVersion()
Ducnvsel.cpp292 (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()
Dcmemory.h123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
/external/icu/icu4c/source/common/
Dutrie2.cpp143 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()
Ducptrie.cpp29 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()
Dutrie_swap.cpp305 if(length<16 || data==nullptr || (U_POINTER_MASK_LSB(data, 3)!=0)) { in getVersion()
Ducnvsel.cpp292 (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()
Dcmemory.h123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
/external/cronet/stable/third_party/icu/source/common/
Dutrie2.cpp143 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()
Ducptrie.cpp29 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()
Dutrie_swap.cpp305 if(length<16 || data==nullptr || (U_POINTER_MASK_LSB(data, 3)!=0)) { in getVersion()
Ducnvsel.cpp292 (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()
Dcmemory.h123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
/external/icu/libicu/cts_headers/
Dcmemory.h123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro