Home
last modified time | relevance | path

Searched defs:IS_MAP (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dumapfile.cpp64 # define IS_MAP(map) ((map)!=nullptr) macro
69 # define IS_MAP(map) ((map)!=0) macro
97 # define IS_MAP(map) ((map)!=nullptr) macro
/third_party/node/deps/icu-small/source/common/
H A Dumapfile.cpp64 # define IS_MAP(map) ((map)!=nullptr) macro
69 # define IS_MAP(map) ((map)!=0) macro
97 # define IS_MAP(map) ((map)!=nullptr) macro
/third_party/skia/third_party/externals/icu/source/common/
H A Dumapfile.cpp64 # define IS_MAP(map) ((map)!=nullptr) macro
69 # define IS_MAP(map) ((map)!=0) macro
97 # define IS_MAP(map) ((map)!=nullptr) macro
/third_party/toybox/toys/pending/
H A Dawk.c248 #define IS_MAP(zvalp) ((zvalp)->flags & ZF_MAP) macro

Completed in 9 milliseconds