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

  /external/stlport/test/unit/
money_facets_test.cpp 16 const char *money_prefix; member in struct:ref_monetary
23 //{ name, money_int_prefix, money_int_prefix_old, money_prefix, money_suffix, money_decimal_point, money_thousands_sep},
207 string::size_type p = strlen( rl.money_prefix );
209 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
311 string::size_type p = strlen( rl.money_prefix );
313 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
373 string::size_type p = strlen( rl.money_prefix );
375 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 16 const char *money_prefix; member in struct:ref_monetary
23 //{ name, money_int_prefix, money_int_prefix_old, money_prefix, money_suffix, money_decimal_point, money_thousands_sep},
207 string::size_type p = strlen( rl.money_prefix );
209 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
311 string::size_type p = strlen( rl.money_prefix );
313 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
373 string::size_type p = strlen( rl.money_prefix );
375 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 16 const char *money_prefix; member in struct:ref_monetary
23 //{ name, money_int_prefix, money_int_prefix_old, money_prefix, money_suffix, money_decimal_point, money_thousands_sep},
207 string::size_type p = strlen( rl.money_prefix );
209 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
311 string::size_type p = strlen( rl.money_prefix );
313 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );
373 string::size_type p = strlen( rl.money_prefix );
375 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix );

Completed in 3646 milliseconds