HomeSort by relevance Sort by last modified time
    Searched refs:curr_symbol (Results 1 - 25 of 39) sorted by null

1 2

  /external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 16 // string_type curr_symbol() const;
60 assert(f.curr_symbol() == std::string());
64 assert(f.curr_symbol() == std::string());
68 assert(f.curr_symbol() == std::wstring());
72 assert(f.curr_symbol() == std::wstring());
77 assert(f.curr_symbol() == "$");
81 assert(f.curr_symbol() == "USD ");
85 assert(f.curr_symbol() == L"$");
89 assert(f.curr_symbol() == L"USD ");
94 assert(f.curr_symbol() == " \u20ac")
    [all...]
Android.mk 51 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol
52 test_src := curr_symbol.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 16 // string_type curr_symbol() const;
60 assert(f.curr_symbol() == std::string());
64 assert(f.curr_symbol() == std::string());
68 assert(f.curr_symbol() == std::wstring());
72 assert(f.curr_symbol() == std::wstring());
77 assert(f.curr_symbol() == "$");
81 assert(f.curr_symbol() == "USD ");
85 assert(f.curr_symbol() == L"$");
89 assert(f.curr_symbol() == L"USD ");
94 assert(f.curr_symbol() == " \u20ac")
    [all...]
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
curr_symbol.pass.cpp 14 // string_type curr_symbol() const;
61 assert(f.curr_symbol() == std::string());
65 assert(f.curr_symbol() == std::string());
69 assert(f.curr_symbol() == std::wstring());
73 assert(f.curr_symbol() == std::wstring());
Android.mk 51 test_name := localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/curr_symbol
52 test_src := curr_symbol.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
curr_symbol.pass.cpp 14 // string_type curr_symbol() const;
61 assert(f.curr_symbol() == std::string());
65 assert(f.curr_symbol() == std::string());
69 assert(f.curr_symbol() == std::wstring());
73 assert(f.curr_symbol() == std::wstring());
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.cpp 183 const Symbol *curr_symbol = NULL; local
213 curr_symbol = symtab->SymbolAtIndex(symbol_idx);
214 if (curr_symbol)
217 AddressRange func_range(curr_symbol->GetAddress(), 0);
220 uint32_t symbol_size = curr_symbol->GetByteSize();
221 if (symbol_size != 0 && !curr_symbol->GetSizeIsSibling())
228 func_range.SetByteSize(next_symbol->GetAddress().GetOffset() - curr_symbol->GetAddress().GetOffset());
235 curr_symbol->GetMangled(), // Linker/mangled name
  /external/stlport/stlport/stl/
_monetary.h 95 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
176 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
215 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
_monetary.c 166 string_type __curs = __intl ? __punct_intl.curr_symbol()
167 : __punct.curr_symbol();
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol()
348 : __punct.curr_symbol();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 95 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
176 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
215 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
_monetary.c 166 string_type __curs = __intl ? __punct_intl.curr_symbol()
167 : __punct.curr_symbol();
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol()
348 : __punct.curr_symbol();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 95 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
176 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
215 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
_monetary.c 166 string_type __curs = __intl ? __punct_intl.curr_symbol()
167 : __punct.curr_symbol();
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol()
348 : __punct.curr_symbol();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 95 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
176 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
215 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
_monetary.c 166 string_type __curs = __intl ? __punct_intl.curr_symbol()
167 : __punct.curr_symbol();
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol()
348 : __punct.curr_symbol();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 95 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
176 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
215 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
_monetary.c 166 string_type __curs = __intl ? __punct_intl.curr_symbol()
167 : __punct.curr_symbol();
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol()
348 : __punct.curr_symbol();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 95 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
176 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
215 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
_monetary.c 166 string_type __curs = __intl ? __punct_intl.curr_symbol()
167 : __punct.curr_symbol();
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol()
348 : __punct.curr_symbol();
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_monetary.h 95 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
176 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
215 string_type curr_symbol() const { return do_curr_symbol(); } function in class:moneypunct
_monetary.c 166 string_type __curs = __intl ? __punct_intl.curr_symbol()
167 : __punct.curr_symbol();
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol()
348 : __punct.curr_symbol();
  /external/lldb/source/Symbol/
Symtab.cpp 872 const Symbol *curr_symbol = info->symtab->SymbolAtIndex (index_ptr[0]); local
873 if (curr_symbol == NULL)
880 if (curr_symbol->ValueIsAddress())
882 const addr_t curr_file_addr = curr_symbol->GetAddress().GetFileAddress();
887 info->match_symbol = const_cast<Symbol *>(curr_symbol);
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 225 char curr_symbol[6]; member in struct:_Locale_monetary
853 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SCURRENCY, lmon->curr_symbol, 6, wbuf, 6);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 225 char curr_symbol[6]; member in struct:_Locale_monetary
853 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SCURRENCY, lmon->curr_symbol, 6, wbuf, 6);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets_nonio.h 1061 curr_symbol() const function in class:moneypunct
    [all...]

Completed in 1013 milliseconds

1 2