Searched defs:LCTRANS (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | locale_impl.h | 34 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
|
/third_party/musl/src/internal/ |
D | locale_impl.h | 34 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | locale_impl.h | 35 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | locale_impl.h | 35 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | locale_impl.h | 37 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
|