Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dgenprops.h28 #define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0])) macro
/third_party/boost/libs/flyweight/test/
Dtest_serialization_template.hpp32 #define LENGTHOF(array) (sizeof(array)/sizeof((array)[0])) macro
Dtest_basic_template.hpp39 #define LENGTHOF(array) (sizeof(array)/sizeof((array)[0])) macro