HomeSort by relevance Sort by last modified time
    Searched full:monetary (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
monetary.h 1 /* Header file for monetary value formatting functions.
39 /* Formatting a monetary value according to the current locale. */
47 /* Formatting a monetary value according to the current locale. */
55 # include <bits/monetary-ldbl.h>
60 #endif /* monetary.h */
locale.h 53 /* Structure giving information about numeric and monetary notation. */
56 /* Numeric (non-monetary) information. */
67 /* Monetary information. */
127 /* Return the numeric/monetary information for the current locale. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
monetary.h 1 /* Header file for monetary value formatting functions.
39 /* Formatting a monetary value according to the current locale. */
47 /* Formatting a monetary value according to the current locale. */
55 # include <bits/monetary-ldbl.h>
60 #endif /* monetary.h */
locale.h 53 /* Structure giving information about numeric and monetary notation. */
56 /* Numeric (non-monetary) information. */
67 /* Monetary information. */
127 /* Return the numeric/monetary information for the current locale. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
monetary.h 1 /* Header file for monetary value formatting functions.
39 /* Formatting a monetary value according to the current locale. */
47 /* Formatting a monetary value according to the current locale. */
55 # include <bits/monetary-ldbl.h>
60 #endif /* monetary.h */
locale.h 53 /* Structure giving information about numeric and monetary notation. */
56 /* Numeric (non-monetary) information. */
67 /* Monetary information. */
127 /* Return the numeric/monetary information for the current locale. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
monetary-ldbl.h 1 /* -mlong-double-64 compatibility mode for monetary functions.
21 # error "Never include <bits/monetary-ldbl.h> directly; use <monetary.h> instead."
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
monetary-ldbl.h 1 /* -mlong-double-64 compatibility mode for monetary functions.
21 # error "Never include <bits/monetary-ldbl.h> directly; use <monetary.h> instead."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
monetary-ldbl.h 1 /* -mlong-double-64 compatibility mode for monetary functions.
21 # error "Never include <bits/monetary-ldbl.h> directly; use <monetary.h> instead."
  /external/stlport/src/
facets_byname.cpp 515 _Locale_monetary * monetary) {
516 switch (_Locale_p_sign_posn(monetary)) {
520 if (_Locale_p_cs_precedes(monetary)) {
523 if (_Locale_p_sep_by_space(monetary)) {
535 if (_Locale_p_sep_by_space(monetary)) {
547 if (_Locale_p_cs_precedes(monetary)) {
550 if (_Locale_p_sep_by_space(monetary)) {
564 if (_Locale_p_sep_by_space(monetary)) {
578 if (_Locale_p_cs_precedes(monetary)) {
582 if (_Locale_p_sep_by_space(monetary)) {
    [all...]
locale.cpp 202 L->name += string("LC_MONETARY=") + _Locale_extract_monetary_name((c & locale::monetary) ? monetary_name : name, buf, 0, &__err_code) + ";";
280 if (c & locale::monetary)
321 if (c & monetary) {
437 const locale::category locale::monetary; member in class:locale
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 515 _Locale_monetary * monetary) {
516 switch (_Locale_p_sign_posn(monetary)) {
520 if (_Locale_p_cs_precedes(monetary)) {
523 if (_Locale_p_sep_by_space(monetary)) {
535 if (_Locale_p_sep_by_space(monetary)) {
547 if (_Locale_p_cs_precedes(monetary)) {
550 if (_Locale_p_sep_by_space(monetary)) {
564 if (_Locale_p_sep_by_space(monetary)) {
578 if (_Locale_p_cs_precedes(monetary)) {
582 if (_Locale_p_sep_by_space(monetary)) {
    [all...]
  /external/iproute2/man/man8/
tc-prio.8 96 0001 1 Minimize monetary cost (mmc)
109 0x2 1 Minimize Monetary Cost 1 Filler 2
128 for a packet wanting Minimal Monetary Cost, Maximum Reliability, Maximum
163 NNTP 0001 (minimize monetary cost)
  /external/stlport/
Android.mk 16 src/monetary.cpp \
  /frameworks/base/docs/html/training/basics/location/
locationmanager.jd 68 <p>While not required, most modern Android-powered devices can receive location updates through multiple underlying technologies, which are abstracted to an application as {@link android.location.LocationProvider} objects. Location providers may have different performance characteristics in terms of time-to-fix, accuracy, monetary cost, power consumption, and so on. Generally, a location provider with a greater accuracy, like the GPS, requires a longer fix time than a less accurate one, such as a network-based location provider.</p>
77 <p>Alternatively, you can provide some input criteria such as accuracy, power requirement, monetary cost, and so on, and let Android decide a closest match location provider. The snippet below asks for a location provider with fine accuracy and no monetary cost. Note that the criteria may not resolve to any providers, in which case a null will be returned. Your application should be prepared to gracefully handle the situation.</p>
80 // Retrieve a list of location providers that have fine accuracy, no monetary cost, etc
  /frameworks/base/location/java/android/location/
Criteria.java 26 * and bearing, and monetary cost.
97 * require altitude, speed, or bearing; and will not allow monetary
266 * Indicates whether the provider is allowed to incur monetary cost.
273 * Returns whether the provider is allowed to incur monetary cost.
LocationProvider.java 32 * characteristics or monetary costs to the user. The {@link
108 * monetary charge to the user, false if use is free. It is up to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h     [all...]
  /external/qemu/slirp/
COPYRIGHT 8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
  /external/qemu/slirp-android/
COPYRIGHT 8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this

Completed in 793 milliseconds

1 2 3 4 5