Searched refs:punct (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | ctype.cpp | 79 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 …]
|
D | locale_impl.cpp | 247 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 …]
|
D | facets_byname.cpp | 140 ctype_base::punct | in do_is()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ctype_facets_test.cpp | 39 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/ |
D | ctype_facets_test.cpp | 39 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/ |
D | fmt.c | 126 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.h | 49 punct = _Locale_PUNCT, enumerator 52 graph = alnum | punct
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | locale | 112 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::punct, c); }
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | BOOST.tests | 246 [[:punct:]]+ " %-&\t" 1 4
|
D | SPENCER.tests | 321 [[:punct:]]+ - S%-&T %-&
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 3398 @item punct
|
D | sed-in.texi | 3231 @item punct
|