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

  /ndk/sources/android/support/src/locale/
localeconv.c 37 .currency_symbol = "",
  /bionic/libc/include/
locale.h 73 char* currency_symbol; member in struct:lconv
  /development/ndk/platforms/android-L/include/
locale.h 73 char* currency_symbol; member in struct:lconv
  /ndk/sources/android/support/include/
locale.h 103 char* currency_symbol; member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locale.h 50 char *currency_symbol; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
locale.h 73 char* currency_symbol; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
locale.h 73 char* currency_symbol; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
locale.h 73 char* currency_symbol; member in struct:lconv
  /prebuilts/ndk/9/sources/android/support/include/
locale.h 103 char* currency_symbol; member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
locale.h 72 char *currency_symbol; /* Local currency symbol. */ member in struct:lconv
80 /* 1 if currency_symbol precedes a positive value, 0 if succeeds. */
82 /* 1 iff a space separates currency_symbol from a positive value. */
84 /* 1 if currency_symbol precedes a negative value, 0 if succeeds. */
86 /* 1 iff a space separates currency_symbol from a negative value. */
89 0 Parentheses surround the quantity and currency_symbol.
90 1 The sign string precedes the quantity and currency_symbol.
91 2 The sign string follows the quantity and currency_symbol.
92 3 The sign string immediately precedes the currency_symbol.
93 4 The sign string immediately follows the currency_symbol. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
locale.h 72 char *currency_symbol; /* Local currency symbol. */ member in struct:lconv
80 /* 1 if currency_symbol precedes a positive value, 0 if succeeds. */
82 /* 1 iff a space separates currency_symbol from a positive value. */
84 /* 1 if currency_symbol precedes a negative value, 0 if succeeds. */
86 /* 1 iff a space separates currency_symbol from a negative value. */
89 0 Parentheses surround the quantity and currency_symbol.
90 1 The sign string precedes the quantity and currency_symbol.
91 2 The sign string follows the quantity and currency_symbol.
92 3 The sign string immediately precedes the currency_symbol.
93 4 The sign string immediately follows the currency_symbol. *
    [all...]
  /bionic/libc/bionic/
locale.cpp 72 g_locale.currency_symbol = not_available;
  /bionic/tests/
locale_test.cpp 28 EXPECT_STREQ("", localeconv()->currency_symbol);
  /external/libcxx/src/
locale.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp     [all...]

Completed in 697 milliseconds