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

  /external/stlport/test/unit/
money_facets_test.cpp 14 const char *money_int_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},
103 string::size_type p = strlen( rl.money_int_prefix );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 14 const char *money_int_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},
103 string::size_type p = strlen( rl.money_int_prefix );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 14 const char *money_int_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},
103 string::size_type p = strlen( rl.money_int_prefix );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {

Completed in 90 milliseconds