Home
last modified time | relevance | path

Searched refs:col (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dcollate_facets_test.cpp20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); in collate_facet() local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); in collate_facet()
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); in collate_facet()
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); in collate_facet()
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ); in collate_facet()
40 collate<char> const& col = use_facet<collate<char> >(loc); in collate_facet() local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); in collate_facet()
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); in collate_facet()
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); in collate_facet()
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ); in collate_facet()
[all …]
/ndk/tests/device/test-stlport/unit/
Dcollate_facets_test.cpp20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); in collate_facet() local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); in collate_facet()
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); in collate_facet()
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); in collate_facet()
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ); in collate_facet()
40 collate<char> const& col = use_facet<collate<char> >(loc); in collate_facet() local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); in collate_facet()
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); in collate_facet()
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); in collate_facet()
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ); in collate_facet()
[all …]
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c1217 uch *col; in isinsets() local
1222 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
1223 if (col[uc] != 0) in isinsets()
1234 uch *col; in samesets() local
1240 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in samesets()
1241 if (col[uc1] != col[uc2]) in samesets()
/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.cpp362 locale::facet *col = 0; in insert_collate_facets() local
378 col = new collate_byname<char>(__coll); in insert_collate_facets()
386 delete col; in insert_collate_facets()
394 _STLP_UNWIND(_STLP_PRIV __release_collate(__wcoll); delete col); in insert_collate_facets()
398 this->insert(col, collate<char>::id); in insert_collate_facets()
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex2704 % @item first col stuff @tab second col stuff @tab third col
2706 % first col stuff
2708 % second col stuff
2710 % third col
2711 % @item first col stuff @tab second col stuff
2748 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
2767 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
2845 \hsize=\expandafter\csname col\the\colcount\endcsname
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex3603 % @item first col stuff @tab second col stuff @tab third col
3605 % first col stuff
3607 % second col stuff
3609 % third col
3610 % @item first col stuff @tab second col stuff
3647 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
3666 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
3751 \hsize=\expandafter\csname col\the\colcount\endcsname