Searched defs:_x3 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp3.cpp17 template<char...Cs> constexpr int operator "" _x3() { return sizeof...(Cs); } function
18 static_assert(123456789012345678901234567890123456789012345678901234567890_x3 == 60, "");
H A Dp4.cpp17 template<char...Cs> constexpr int operator "" _x3() { return sizeof...(Cs); } function
/external/icu/icu4c/source/layout/
H A DIndicClassTables.cpp18 #define _x3 (3 << CF_INDEX_SHIFT) macro
56 #define _s3 (_dv | _x3)

Completed in 782 milliseconds