Home
last modified time | relevance | path

Searched refs:punct (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dctype.cpp79 ctype_base::mask(punct | print) /* ! */, in classic_table()
80 ctype_base::mask(punct | print) /* " */, in classic_table()
81 ctype_base::mask(punct | print) /* # */, in classic_table()
82 ctype_base::mask(punct | print) /* $ */, in classic_table()
83 ctype_base::mask(punct | print) /* % */, in classic_table()
84 ctype_base::mask(punct | print) /* & */, in classic_table()
85 ctype_base::mask(punct | print) /* ' */, in classic_table()
86 ctype_base::mask(punct | print) /* ( */, in classic_table()
87 ctype_base::mask(punct | print) /* ) */, in classic_table()
88 ctype_base::mask(punct | print) /* * */, in classic_table()
[all …]
Dlocale_impl.cpp247 locale::facet* punct = 0; in insert_numeric_facets() local
261 punct = new numpunct_byname<char>(__lpunct); in insert_numeric_facets()
268 delete punct; in insert_numeric_facets()
276 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lwpunct); delete punct); in insert_numeric_facets()
280 this->insert(punct, numpunct<char>::id); in insert_numeric_facets()
429 locale::facet *punct = 0; in insert_monetary_facets() local
449 punct = new moneypunct_byname<char, false>(__mon); in insert_monetary_facets()
455 delete punct; in insert_monetary_facets()
465 _STLP_UNWIND(_STLP_PRIV __release_monetary(__imon); delete punct); in insert_monetary_facets()
498 _STLP_UNWIND(delete ipunct; delete punct); in insert_monetary_facets()
[all …]
Dfacets_byname.cpp140 ctype_base::punct | in do_is()
/ndk/tests/device/test-gnustl-full/unit/
Dctype_facets_test.cpp39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') ); in _ctype_facet()
69 CPPUNIT_ASSERT( (res[4] & ctype_base::punct) != 0 ); in _ctype_facet()
88 res = ct.scan_is(ctype_base::punct, rbeg, rend); in _ctype_facet()
108 res = ct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet()
183 CPPUNIT_CHECK( wct.is(ctype_base::punct, L'.') ); in _ctype_facet_w()
213 CPPUNIT_CHECK( (res[4] & ctype_base::punct) != 0 ); in _ctype_facet_w()
232 res = wct.scan_is(ctype_base::punct, rbeg, rend); in _ctype_facet_w()
252 res = wct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet_w()
455 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::punct, c) == cfacet.is(ctype_base::punct, c)); in ctype_by_name()
/ndk/tests/device/test-stlport/unit/
Dctype_facets_test.cpp39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') ); in _ctype_facet()
69 CPPUNIT_ASSERT( (res[4] & ctype_base::punct) != 0 ); in _ctype_facet()
88 res = ct.scan_is(ctype_base::punct, rbeg, rend); in _ctype_facet()
108 res = ct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet()
183 CPPUNIT_CHECK( wct.is(ctype_base::punct, L'.') ); in _ctype_facet_w()
213 CPPUNIT_CHECK( (res[4] & ctype_base::punct) != 0 ); in _ctype_facet_w()
232 res = wct.scan_is(ctype_base::punct, rbeg, rend); in _ctype_facet_w()
252 res = wct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet_w()
455 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::punct, c) == cfacet.is(ctype_base::punct, c)); in ctype_by_name()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c126 unsigned punct:1; /* ends in punctuation */ member
382 w->punct = ISPUNCT (*finish); in check_punctuation()
497 else if ((this - 1)->punct) in base_cost()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h49 punct = _Locale_PUNCT, enumerator
52 graph = alnum | punct
/ndk/sources/cxx-stl/stlport/stlport/
Dlocale112 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::punct, c); }
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DBOOST.tests246 [[:punct:]]+ " %-&\t" 1 4
DSPENCER.tests321 [[:punct:]]+ - S%-&T %-&
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi3398 @item punct
Dsed-in.texi3231 @item punct