/third_party/boost/libs/date_time/test/local_time/ |
D | testlocal_time.cpp | 204 local_date_time lt1(dx,td,ny_tz,false); in main() local 206 check("are local_times equal", lt1.utc_time() == lt2.utc_time()); in main() 207 check("is_dst - transition in 1", lt1.is_dst() == false); in main() 209 lt1 += hours(1); in main() 211 check("is_dst - transition in 1", lt1.is_dst() == true); in main() 217 local_date_time lt1(dx,td,ny_tz,true); in main() local 226 check("are local_times equal", lt1.utc_time() == lt2.utc_time()); in main() 227 check("is_dst - transition out 1", lt1.is_dst() == true); in main() 229 lt1 += hours(1); in main() 231 check("is_dst - transition out 1", lt1.is_dst() == false); in main() [all …]
|
/third_party/boost/libs/core/test/ |
D | lightweight_test_test3.cpp | 57 struct lt1: private boost::noncopyable {}; struct 60 std::ostream& operator<<( std::ostream& os, lt1 const& ) in operator <<() 70 bool operator<( lt1 const&, lt2 const& ) in operator <() 141 BOOST_TEST_LT( lt1(), lt2() ); in main()
|
/third_party/icu/icu4c/source/common/ |
D | ucnvmbcs.h | 320 #define DBCS_RESULT_FROM_UTF8(table, results, lt1, t2) (results)[ (table)[lt1] +(t2) ] argument
|
D | ucptrie.cpp | 188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index() argument 189 UChar32 c = (lt1 << 12) | (t2 << 6) | t3; in ucptrie_internalSmallU8Index()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnvmbcs.h | 320 #define DBCS_RESULT_FROM_UTF8(table, results, lt1, t2) (results)[ (table)[lt1] +(t2) ] argument
|
D | ucptrie.cpp | 188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index() argument 189 UChar32 c = (lt1 << 12) | (t2 << 6) | t3; in ucptrie_internalSmallU8Index()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnvmbcs.h | 320 #define DBCS_RESULT_FROM_UTF8(table, results, lt1, t2) (results)[ (table)[lt1] +(t2) ] argument
|
D | ucptrie.cpp | 188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index() argument 189 UChar32 c = (lt1 << 12) | (t2 << 6) | t3; in ucptrie_internalSmallU8Index()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnvmbcs.h | 320 #define DBCS_RESULT_FROM_UTF8(table, results, lt1, t2) (results)[ (table)[lt1] +(t2) ] argument
|
D | ucptrie.cpp | 188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index() argument 189 UChar32 c = (lt1 << 12) | (t2 << 6) | t3; in ucptrie_internalSmallU8Index()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 590 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 590 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 609 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 590 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3);
|
/third_party/python/Lib/test/ |
D | test_time.py | 420 lt1 = time.localtime(None) 422 t1 = time.mktime(lt1)
|