HomeSort by relevance Sort by last modified time
    Searched refs:intl_fmp (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
money_facets_test.cpp 75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc); local
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ||
120 intl_fmp.pos_format().field[fieldIndex] == money_base::none) {
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
134 if (!intl_fmp.grouping().empty()) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
140 if (intl_fmp.frac_digits() != 0) {
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc); local
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ||
120 intl_fmp.pos_format().field[fieldIndex] == money_base::none) {
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
134 if (!intl_fmp.grouping().empty()) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
140 if (intl_fmp.frac_digits() != 0) {
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc); local
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ||
120 intl_fmp.pos_format().field[fieldIndex] == money_base::none) {
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
134 if (!intl_fmp.grouping().empty()) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
140 if (intl_fmp.frac_digits() != 0) {
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
    [all...]

Completed in 108 milliseconds