Home
last modified time | relevance | path

Searched defs:STATIC_CAST (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
Dbms.cpp19 #define STATIC_CAST(type,value) static_cast<type>(value) macro
22 #define STATIC_CAST(type,value) (type) (value) macro
/external/icu4c/i18n/
Dbms.cpp19 #define STATIC_CAST(type,value) static_cast<type>(value) macro
22 #define STATIC_CAST(type,value) (type) (value) macro
/external/srec/portable/include/
Dpmemory.h57 #define STATIC_CAST(self, subClass, member) ((subClass*) (((char*) self) - (offsetof(subClass, memb… macro