Home
last modified time | relevance | path

Searched refs:ls (Results 1 – 25 of 1283) sorted by relevance

12345678910>>...52

/third_party/boost/libs/geometry/test/algorithms/overlay/
Dget_turns_linear_linear.cpp30 typedef bg::model::linestring<pt> ls; in test_all() typedef
31 typedef bg::model::multi_linestring<ls> mls; in test_all()
37 test_geometry<ls, ls>("LINESTRING(0 0,2 0)", "LINESTRING(0 0,2 0)", "tii++", "txx=="); in test_all()
38 test_geometry<ls, ls>("LINESTRING(0 0,2 0)", "LINESTRING(2 0,0 0)", "tix+=", "txi=+"); in test_all()
40 test_geometry<ls, ls>("LINESTRING(1 0,1 1)", "LINESTRING(0 0,1 0,2 0)", "tuu++"); in test_all()
41 test_geometry<ls, ls>("LINESTRING(1 0,0 0)", "LINESTRING(0 0,1 0,2 0)", "txi=+", "tiu+="); in test_all()
42 test_geometry<ls, ls>("LINESTRING(1 0,2 0)", "LINESTRING(0 0,1 0,2 0)", "tii++", "txx=="); in test_all()
43 test_geometry<ls, ls>("LINESTRING(1 1,1 0)", "LINESTRING(0 0,1 0,2 0)", "txu++"); in test_all()
44 test_geometry<ls, ls>("LINESTRING(0 0,1 0)", "LINESTRING(0 0,1 0,2 0)", "tii++", "txu=="); in test_all()
45 test_geometry<ls, ls>("LINESTRING(2 0,1 0)", "LINESTRING(0 0,1 0,2 0)", "txi=+", "tix+="); in test_all()
[all …]
Dget_turns_linear_linear_sph.cpp20 typedef bg::model::linestring<pt> ls; in test_all() typedef
21 typedef bg::model::multi_linestring<ls> mls; in test_all()
27 test_geometry<ls, ls>("LINESTRING(0 0,2 0)", "LINESTRING(0 0,2 0)", "tii++", "txx=="); in test_all()
28 test_geometry<ls, ls>("LINESTRING(0 0,2 0)", "LINESTRING(2 0,0 0)", "tix+=", "txi=+"); in test_all()
30 test_geometry<ls, ls>("LINESTRING(1 0,1 1)", "LINESTRING(0 0,1 0,2 0)", "tuu++"); in test_all()
31 test_geometry<ls, ls>("LINESTRING(1 0,0 0)", "LINESTRING(0 0,1 0,2 0)", "txi=+", "tiu+="); in test_all()
32 test_geometry<ls, ls>("LINESTRING(1 0,2 0)", "LINESTRING(0 0,1 0,2 0)", "tii++", "txx=="); in test_all()
33 test_geometry<ls, ls>("LINESTRING(1 1,1 0)", "LINESTRING(0 0,1 0,2 0)", "txu++"); in test_all()
34 test_geometry<ls, ls>("LINESTRING(0 0,1 0)", "LINESTRING(0 0,1 0,2 0)", "tii++", "txu=="); in test_all()
35 test_geometry<ls, ls>("LINESTRING(2 0,1 0)", "LINESTRING(0 0,1 0,2 0)", "txi=+", "tix+="); in test_all()
[all …]
Dget_turns_linear_areal.cpp30 typedef bg::model::linestring<pt> ls; in test_all() typedef
33 …test_geometry<ls, poly>("LINESTRING(15 5,24 5,20 2,19 0,13 -4,1 0,10 0,13 3,15 7,16 10,10 10,8 10,… in test_all()
38 test_geometry<ls, poly>("LINESTRING(5 0,5 5,10 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
40 test_geometry<ls, poly>("LINESTRING(0 0,5 5,10 0)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
42 … test_geometry<ls, poly>("LINESTRING(0 0,5 0,5 5,10 5,10 0)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
44 …test_geometry<ls, poly>("LINESTRING(10 0,5 0,5 5,10 5,10 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))… in test_all()
47 test_geometry<ls, poly>("LINESTRING(0 0,10 0,10 10)", in test_all()
51 test_geometry<ls, poly>("LINESTRING(11 1,10 0,0 0)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
53 test_geometry<ls, poly>("LINESTRING(0 0,10 0,11 1)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
55 test_geometry<ls, poly>("LINESTRING(10 0,0 0,-1 1)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
[all …]
Dget_turns_linear_areal_sph.cpp20 typedef bg::model::linestring<pt> ls; in test_all() typedef
23 …test_geometry<ls, poly>("LINESTRING(15 5,24 5,20 2,19 0,13 -4,1 0,10 0,13 3.0027386970408236,15 7,… in test_all()
28 test_geometry<ls, poly>("LINESTRING(5 0,5 5,10 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
30 test_geometry<ls, poly>("LINESTRING(0 0,5 5,10 0)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
32 … test_geometry<ls, poly>("LINESTRING(0 0,5 0,5 5,10 5,10 0)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
34 …test_geometry<ls, poly>("LINESTRING(10 0,5 0,5 5,10 5,10 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))… in test_all()
37 test_geometry<ls, poly>("LINESTRING(0 0,10 0,10 10.151081711048134)", in test_all()
41 test_geometry<ls, poly>("LINESTRING(11 1,10 0,0 0)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
43 test_geometry<ls, poly>("LINESTRING(0 0,10 0,11 1)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
45 test_geometry<ls, poly>("LINESTRING(10 0,0 0,-1 1)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_all()
[all …]
/third_party/boost/libs/geometry/test/algorithms/relate/
Drelate_linear_linear.cpp22 typedef bg::model::linestring<P> ls; in test_linestring_linestring() typedef
24 test_geometry<ls, ls>("LINESTRING(0 0, 2 2, 3 2)", "LINESTRING(0 0, 2 2, 3 2)", "1FFF0FFF2"); in test_linestring_linestring()
25 test_geometry<ls, ls>("LINESTRING(0 0,3 2)", "LINESTRING(0 0, 2 2, 3 2)", "FF1F0F1F2"); in test_linestring_linestring()
26 test_geometry<ls, ls>("LINESTRING(1 0,2 2,2 3)", "LINESTRING(0 0, 2 2, 3 2)", "0F1FF0102"); in test_linestring_linestring()
28 test_geometry<ls, ls>("LINESTRING(0 0,5 0)", "LINESTRING(0 0,1 1,2 0,2 -1)", "0F1F00102"); in test_linestring_linestring()
30 … test_geometry<ls, ls>("LINESTRING(0 0, 1 1, 2 2, 3 2)", "LINESTRING(0 0, 2 2, 3 2)", "1FFF0FFF2"); in test_linestring_linestring()
31 … test_geometry<ls, ls>("LINESTRING(3 2, 2 2, 1 1, 0 0)", "LINESTRING(0 0, 2 2, 3 2)", "1FFF0FFF2"); in test_linestring_linestring()
32 … test_geometry<ls, ls>("LINESTRING(0 0, 1 1, 2 2, 3 2)", "LINESTRING(3 2, 2 2, 0 0)", "1FFF0FFF2"); in test_linestring_linestring()
33 … test_geometry<ls, ls>("LINESTRING(3 2, 2 2, 1 1, 0 0)", "LINESTRING(3 2, 2 2, 0 0)", "1FFF0FFF2"); in test_linestring_linestring()
35 … test_geometry<ls, ls>("LINESTRING(3 1, 2 2, 1 1, 0 0)", "LINESTRING(0 0, 2 2, 3 2)", "1F1F00102"); in test_linestring_linestring()
[all …]
Drelate_linear_linear_sph.cpp19 typedef bg::model::linestring<P> ls; in test_linestring_linestring() typedef
21 test_geometry<ls, ls>("LINESTRING(0 0, 2 2, 3 2)", "LINESTRING(0 0, 2 2, 3 2)", "1FFF0FFF2"); in test_linestring_linestring()
22 test_geometry<ls, ls>("LINESTRING(0 0,3 2)", "LINESTRING(0 0, 2 2, 3 2)", "FF1F0F1F2"); in test_linestring_linestring()
23 test_geometry<ls, ls>("LINESTRING(1 0,2 2,2 3)", "LINESTRING(0 0, 2 2, 3 2)", "0F1FF0102"); in test_linestring_linestring()
25 test_geometry<ls, ls>("LINESTRING(0 0,5 0)", "LINESTRING(0 0,1 1,2 0,2 -1)", "0F1F00102"); in test_linestring_linestring()
27 …test_geometry<ls, ls>("LINESTRING(0 0, 1 1.0004570537241206, 2 2, 3 2)", "LINESTRING(0 0, 2 2, 3 2… in test_linestring_linestring()
28 …test_geometry<ls, ls>("LINESTRING(3 2, 2 2, 1 1.0004570537241206, 0 0)", "LINESTRING(0 0, 2 2, 3 2… in test_linestring_linestring()
29 …test_geometry<ls, ls>("LINESTRING(0 0, 1 1.0004570537241206, 2 2, 3 2)", "LINESTRING(3 2, 2 2, 0 0… in test_linestring_linestring()
30 …test_geometry<ls, ls>("LINESTRING(3 2, 2 2, 1 1.0004570537241206, 0 0)", "LINESTRING(3 2, 2 2, 0 0… in test_linestring_linestring()
32 …test_geometry<ls, ls>("LINESTRING(3 1, 2 2, 1 1.0004570537241206, 0 0)", "LINESTRING(0 0, 2 2, 3 2… in test_linestring_linestring()
[all …]
Drelate_linear_areal.cpp24 typedef bg::model::linestring<P> ls; in test_linestring_polygon() typedef
29 …test_geometry<ls, poly>("LINESTRING(11 0,11 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1FF0212… in test_linestring_polygon()
30 …test_geometry<ls, ring>("LINESTRING(11 0,11 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1FF0212… in test_linestring_polygon()
33 …test_geometry<ls, poly>("LINESTRING(0 0,10 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "1FFF0F2… in test_linestring_polygon()
34 …test_geometry<ls, poly>("LINESTRING(5 0,5 5,10 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "1FFF0F2… in test_linestring_polygon()
35 …test_geometry<ls, poly>("LINESTRING(5 1,5 5,9 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "1FF0FF2… in test_linestring_polygon()
38 …test_geometry<ls, poly>("LINESTRING(11 1,11 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1FF0212"… in test_linestring_polygon()
40 …test_geometry<ls, poly>("LINESTRING(11 1,10 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1F00212"… in test_linestring_polygon()
42 …test_geometry<ls, poly>("LINESTRING(11 1,10 5,10 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "F11F… in test_linestring_polygon()
43 …test_geometry<ls, poly>("LINESTRING(11 1,10 10,0 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "F11F… in test_linestring_polygon()
[all …]
Drelate_linear_areal_sph.cpp19 typedef bg::model::linestring<P> ls; in test_linestring_polygon() typedef
24 …test_geometry<ls, poly>("LINESTRING(11 0,11 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1FF0212… in test_linestring_polygon()
25 …test_geometry<ls, ring>("LINESTRING(11 0,11 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1FF0212… in test_linestring_polygon()
28 …test_geometry<ls, poly>("LINESTRING(0 0,10 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "1FFF0F2… in test_linestring_polygon()
29 …test_geometry<ls, poly>("LINESTRING(5 0,5 5,10 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "1FFF0F2… in test_linestring_polygon()
30 …test_geometry<ls, poly>("LINESTRING(5 1,5 5,9 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "1FF0FF2… in test_linestring_polygon()
33 …test_geometry<ls, poly>("LINESTRING(11 1,11 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1FF0212"… in test_linestring_polygon()
35 …test_geometry<ls, poly>("LINESTRING(11 1,10 5)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "FF1F00212"… in test_linestring_polygon()
37 …test_geometry<ls, poly>("LINESTRING(11 1,10 5,10 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "F11F… in test_linestring_polygon()
38 …test_geometry<ls, poly>("LINESTRING(11 1,10 10,0 10)", "POLYGON((0 0,0 10,10 10,10 0,0 0))", "F11F… in test_linestring_polygon()
[all …]
/third_party/icu/icu4c/source/data/zone/
Dug.txt39 ls{"ئاكرې ئۆلچەملىك ۋاقتى"}
42 ls{"ئافغانىستان ۋاقتى"}
45 ls{"ئوتتۇرا ئافرىقا ۋاقتى"}
48 ls{"شەرقىي ئافرىقا ۋاقتى"}
51 ls{"جەنۇبىي ئافرىقا ئۆلچەملىك ۋاقتى"}
56 ls{"غەربىي ئافرىقا ئۆلچەملىك ۋاقتى"}
61 ls{"ئالياسكا ئۆلچەملىك ۋاقتى"}
66 ls{"ئالمۇتا ئۆلچەملىك ۋاقتى"}
71 ls{"ئامازون ئۆلچەملىك ۋاقتى"}
76 ls{"ئوتتۇرا قىسىم ئۆلچەملىك ۋاقتى"}
[all …]
Dsr_Cyrl_BA.txt67 ls{"Координисано универзално вријеме"}
79 ls{"Авганистан вријеме"}
82 ls{"Централно-афричко вријеме"}
85 ls{"Источно-афричко вријеме"}
88 ls{"Јужно-афричко вријеме"}
93 ls{"Западно-афричко стандардно вријеме"}
98 ls{"Аљаска, стандардно вријеме"}
103 ls{"Амазон, стандардно вријеме"}
108 ls{"Сјеверноамеричко централно стандардно вријеме"}
113 ls{"Сјеверноамеричко источно стандардно вријеме"}
[all …]
Duz_Cyrl.txt107 ls{"Афғонистон вақти"}
110 ls{"Марказий Африка вақти"}
113 ls{"Шарқий Африка вақти"}
116 ls{"Жанубий Африка вақти"}
121 ls{"Ғарбий Африка стандарт вақти"}
126 ls{"Аляска стандарт вақти"}
131 ls{"Амазонка стандарт вақти"}
136 ls{"Шимолий Америка марказий стандарт вақти"}
141 ls{"Шимолий Америка шарқий стандарт вақти"}
146 ls{"Шимолий Америка тоғ стандарт вақти"}
[all …]
Ddz.txt175 ls{"ཨཕ་ག་ནི་ས྄ཏཱནཆུ་ཚོད"}
178 ls{"དབུས་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
181 ls{"ཤར་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
184 ls{"ལྷོ་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
189 ls{"ནུབ་ཕྱོགས་ཨཕ་རི་ཀཱ་ཚད་ལྡན་ཆུ་ཚོད"}
194 ls{"ཨ་ལསི་ཀ་ཚད་ལྡན་ཆུ་ཚོད"}
199 ls{"ཨེ་མ་ཛཱོན་ཚད་ལྡན་ཆུ་ཚོད"}
204 ls{"བྱང་ཨ་མི་རི་ཀ་དབུས་ཕྱོགས་ཚད་ལྡན་ཆུ་ཚོད"}
209 ls{"བྱང་ཨ་མི་རི་ཀ་ཤར་ཕྱོགས་ཚད་ལྡན་ཆུ་ཚོད"}
214 ls{"བྱང་ཨ་མི་རི་ཀ་མའུ་ཊེན་ཚད་ལྡན་ཆུ་ཚོད"}
[all …]
Dur_IN.txt31 ls{"افغانستان ٹائم"}
36 ls{"ایمیزون سٹینڈرڈ ٹائم"}
41 ls{"عرب سٹینڈرڈ ٹائم"}
46 ls{"مغربی ارجنٹینا سٹینڈرڈ ٹائم"}
51 ls{"آرمینیا سٹینڈرڈ ٹائم"}
56 ls{"آذربائیجان سٹینڈرڈ ٹائم"}
61 ls{"بنگلہ دیش سٹینڈرڈ ٹائم"}
64 ls{"بھوٹان ٹائم"}
67 ls{"بولیویا ٹائم"}
72 ls{"برازیلیا سٹینڈرڈ ٹائم"}
[all …]
Den.txt28 ls{"Coordinated Universal Time"}
57 ls{"Acre Standard Time"}
60 ls{"Afghanistan Time"}
63 ls{"Central Africa Time"}
66 ls{"East Africa Time"}
69 ls{"South Africa Standard Time"}
74 ls{"West Africa Standard Time"}
79 ls{"Alaska Standard Time"}
87 ls{"Almaty Standard Time"}
92 ls{"Amazon Standard Time"}
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/
Dug.txt39 ls{"ئاكرې ئۆلچەملىك ۋاقتى"}
42 ls{"ئافغانىستان ۋاقتى"}
45 ls{"ئوتتۇرا ئافرىقا ۋاقتى"}
48 ls{"شەرقىي ئافرىقا ۋاقتى"}
51 ls{"جەنۇبىي ئافرىقا ئۆلچەملىك ۋاقتى"}
56 ls{"غەربىي ئافرىقا ئۆلچەملىك ۋاقتى"}
61 ls{"ئالياسكا ئۆلچەملىك ۋاقتى"}
66 ls{"ئالمۇتا ئۆلچەملىك ۋاقتى"}
71 ls{"ئامازون ئۆلچەملىك ۋاقتى"}
76 ls{"ئوتتۇرا قىسىم ئۆلچەملىك ۋاقتى"}
[all …]
Duz_Cyrl.txt107 ls{"Афғонистон вақти"}
110 ls{"Марказий Африка вақти"}
113 ls{"Шарқий Африка вақти"}
116 ls{"Жанубий Африка вақти"}
121 ls{"Ғарбий Африка стандарт вақти"}
126 ls{"Аляска стандарт вақти"}
131 ls{"Амазонка стандарт вақти"}
136 ls{"Шимолий Америка марказий стандарт вақти"}
141 ls{"Шимолий Америка шарқий стандарт вақти"}
146 ls{"Шимолий Америка тоғ стандарт вақти"}
[all …]
Ddz.txt175 ls{"ཨཕ་ག་ནི་ས྄ཏཱནཆུ་ཚོད"}
178 ls{"དབུས་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
181 ls{"ཤར་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
184 ls{"ལྷོ་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
189 ls{"ནུབ་ཕྱོགས་ཨཕ་རི་ཀཱ་ཚད་ལྡན་ཆུ་ཚོད"}
194 ls{"ཨ་ལསི་ཀ་ཚད་ལྡན་ཆུ་ཚོད"}
199 ls{"ཨེ་མ་ཛཱོན་ཚད་ལྡན་ཆུ་ཚོད"}
204 ls{"བྱང་ཨ་མི་རི་ཀ་དབུས་ཕྱོགས་ཚད་ལྡན་ཆུ་ཚོད"}
209 ls{"བྱང་ཨ་མི་རི་ཀ་ཤར་ཕྱོགས་ཚད་ལྡན་ཆུ་ཚོད"}
214 ls{"བྱང་ཨ་མི་རི་ཀ་མའུ་ཊེན་ཚད་ལྡན་ཆུ་ཚོད"}
[all …]
Dur_IN.txt31 ls{"افغانستان ٹائم"}
36 ls{"ایمیزون سٹینڈرڈ ٹائم"}
41 ls{"عرب سٹینڈرڈ ٹائم"}
46 ls{"مغربی ارجنٹینا سٹینڈرڈ ٹائم"}
51 ls{"آرمینیا سٹینڈرڈ ٹائم"}
56 ls{"آذربائیجان سٹینڈرڈ ٹائم"}
61 ls{"بنگلہ دیش سٹینڈرڈ ٹائم"}
64 ls{"بھوٹان ٹائم"}
67 ls{"بولیویا ٹائم"}
72 ls{"برازیلیا سٹینڈرڈ ٹائم"}
[all …]
Den.txt25 ls{"Coordinated Universal Time"}
50 ls{"Acre Standard Time"}
53 ls{"Afghanistan Time"}
56 ls{"Central Africa Time"}
59 ls{"East Africa Time"}
62 ls{"South Africa Standard Time"}
67 ls{"West Africa Standard Time"}
72 ls{"Alaska Standard Time"}
80 ls{"Almaty Standard Time"}
85 ls{"Amazon Standard Time"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/zone/
Dug.txt39 ls{"ئاكرې ئۆلچەملىك ۋاقتى"}
42 ls{"ئافغانىستان ۋاقتى"}
45 ls{"ئوتتۇرا ئافرىقا ۋاقتى"}
48 ls{"شەرقىي ئافرىقا ۋاقتى"}
51 ls{"جەنۇبىي ئافرىقا ئۆلچەملىك ۋاقتى"}
56 ls{"غەربىي ئافرىقا ئۆلچەملىك ۋاقتى"}
61 ls{"ئالياسكا ئۆلچەملىك ۋاقتى"}
66 ls{"ئالمۇتا ئۆلچەملىك ۋاقتى"}
71 ls{"ئامازون ئۆلچەملىك ۋاقتى"}
76 ls{"ئوتتۇرا قىسىم ئۆلچەملىك ۋاقتى"}
[all …]
Dsr_Cyrl_BA.txt67 ls{"Координисано универзално вријеме"}
79 ls{"Авганистан вријеме"}
82 ls{"Централно-афричко вријеме"}
85 ls{"Источно-афричко вријеме"}
88 ls{"Јужно-афричко вријеме"}
93 ls{"Западно-афричко стандардно вријеме"}
98 ls{"Аљаска, стандардно вријеме"}
103 ls{"Амазон, стандардно вријеме"}
108 ls{"Сјеверноамеричко централно стандардно вријеме"}
113 ls{"Сјеверноамеричко источно стандардно вријеме"}
[all …]
Duz_Cyrl.txt107 ls{"Афғонистон вақти"}
110 ls{"Марказий Африка вақти"}
113 ls{"Шарқий Африка вақти"}
116 ls{"Жанубий Африка вақти"}
121 ls{"Ғарбий Африка стандарт вақти"}
126 ls{"Аляска стандарт вақти"}
131 ls{"Амазонка стандарт вақти"}
136 ls{"Шимолий Америка марказий стандарт вақти"}
141 ls{"Шимолий Америка шарқий стандарт вақти"}
146 ls{"Шимолий Америка тоғ стандарт вақти"}
[all …]
Ddz.txt175 ls{"ཨཕ་ག་ནི་ས྄ཏཱནཆུ་ཚོད"}
178 ls{"དབུས་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
181 ls{"ཤར་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
184 ls{"ལྷོ་ཕྱོགས་ཨཕ་རི་ཀཱ་ཆུ་ཚོད"}
189 ls{"ནུབ་ཕྱོགས་ཨཕ་རི་ཀཱ་ཚད་ལྡན་ཆུ་ཚོད"}
194 ls{"ཨ་ལསི་ཀ་ཚད་ལྡན་ཆུ་ཚོད"}
199 ls{"ཨེ་མ་ཛཱོན་ཚད་ལྡན་ཆུ་ཚོད"}
204 ls{"བྱང་ཨ་མི་རི་ཀ་དབུས་ཕྱོགས་ཚད་ལྡན་ཆུ་ཚོད"}
209 ls{"བྱང་ཨ་མི་རི་ཀ་ཤར་ཕྱོགས་ཚད་ལྡན་ཆུ་ཚོད"}
214 ls{"བྱང་ཨ་མི་རི་ཀ་མའུ་ཊེན་ཚད་ལྡན་ཆུ་ཚོད"}
[all …]
Dur_IN.txt31 ls{"افغانستان ٹائم"}
36 ls{"ایمیزون سٹینڈرڈ ٹائم"}
41 ls{"عرب سٹینڈرڈ ٹائم"}
46 ls{"مغربی ارجنٹینا سٹینڈرڈ ٹائم"}
51 ls{"آرمینیا سٹینڈرڈ ٹائم"}
56 ls{"آذربائیجان سٹینڈرڈ ٹائم"}
61 ls{"بنگلہ دیش سٹینڈرڈ ٹائم"}
64 ls{"بھوٹان ٹائم"}
67 ls{"بولیویا ٹائم"}
72 ls{"برازیلیا سٹینڈرڈ ٹائم"}
[all …]
/third_party/boost/libs/geometry/test/algorithms/disjoint/
Ddisjoint.cpp61 typedef bg::model::linestring<P> ls; in test_all() typedef
63 test_disjoint<ls, ls>("ls/ls 1", "linestring(0 0,1 1)", "linestring(1 0,0 1)", false); in test_all()
64 test_disjoint<ls, ls>("ls/ls 2", "linestring(0 0,1 1)", "linestring(1 0,2 1)", true); in test_all()
75 test_disjoint<ls, ls>("ls/ls co", "linestring(0 0,2 2)", "linestring(1 1,0 0)", false); in test_all()
77 test_disjoint<ls, ls>("ls/ls co-e", "linestring(0 0,1 1)", "linestring(1 1,0 0)", false); in test_all()
86 test_disjoint<ls, ls>("dls/dls 1", a, b, false); in test_all()
87 test_disjoint<ls, ls>("dls/dls 2", b, a, false); in test_all()
90 test_disjoint<ls, ls>("dls/dls 1", a, c, false); in test_all()
101 test_disjoint<ls, ls>("n1", "linestring(2 0,0 6)", "linestring(0 0,2 0)", false); in test_all()
105 test_disjoint<ls, ls>("n7", "linestring(2 0,6 0)", "linestring(6 0,8 0)", false); in test_all()
[all …]

12345678910>>...52