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

1 2 3

  /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...]
langinfo.h 363 # define CURRENCY_SYMBOL __CURRENCY_SYMBOL
  /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...]
langinfo.h 363 # define CURRENCY_SYMBOL __CURRENCY_SYMBOL
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 506 return nl_langinfo_l(CURRENCY_SYMBOL, (locale_t)__loc);
569 /* 1 if currency_symbol precedes a positive value, 0 if succeeds */
575 /* 1 if a space separates currency_symbol from a positive value. */
582 * 0 Parentheses surround the quantity and currency_symbol
583 * 1 The sign string precedes the quantity and currency_symbol
584 * 2 The sign string succeeds the quantity and currency_symbol.
585 * 3 The sign string immediately precedes the currency_symbol.
586 * 4 The sign string immediately succeeds the currency_symbol.
593 /* 1 if currency_symbol precedes a negative value, 0 if succeeds */
599 /* 1 if a space separates currency_symbol from a negative value. *
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 506 return nl_langinfo_l(CURRENCY_SYMBOL, (locale_t)__loc);
569 /* 1 if currency_symbol precedes a positive value, 0 if succeeds */
575 /* 1 if a space separates currency_symbol from a positive value. */
582 * 0 Parentheses surround the quantity and currency_symbol
583 * 1 The sign string precedes the quantity and currency_symbol
584 * 2 The sign string succeeds the quantity and currency_symbol.
585 * 3 The sign string immediately precedes the currency_symbol.
586 * 4 The sign string immediately succeeds the currency_symbol.
593 /* 1 if currency_symbol precedes a negative value, 0 if succeeds */
599 /* 1 if a space separates currency_symbol from a negative value. *
    [all...]
  /ndk/sources/android/support/src/locale/
localeconv.c 37 .currency_symbol = "",
  /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
  /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
  /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
  /bionic/tests/
locale_test.cpp 28 EXPECT_STREQ("", localeconv()->currency_symbol);
  /ndk/sources/android/support/include/
langinfo.h 101 #define CURRENCY_SYMBOL _NL_ITEM(LC_MONETARY,1)
locale.h 103 char* currency_symbol; member in struct:lconv
  /prebuilts/ndk/9/sources/android/support/include/
langinfo.h 101 #define CURRENCY_SYMBOL _NL_ITEM(LC_MONETARY,1)
locale.h 103 char* currency_symbol; member in struct:lconv
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_locale.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 69 'currency_symbol': '',
93 'currency_symbol': '$',
119 'currency_symbol': '\xe2\x82\xac',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 69 'currency_symbol': '',
93 'currency_symbol': '$',
119 'currency_symbol': '\xe2\x82\xac',
  /bionic/libc/bionic/
locale.cpp 72 g_locale.currency_symbol = not_available;
  /external/chromium_org/third_party/icu/source/data/unidata/
PropertyAliases.txt 42 # Sc means the General_Category property value Currency_Symbol (Sc)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
CharacterTest.java 727 Character.getType('$') == Character.CURRENCY_SYMBOL);
747 assertTrue(Character.getType((int) '$') == Character.CURRENCY_SYMBOL);
824 assertTrue(Character.getType(0x0024) == Character.CURRENCY_SYMBOL);
825 assertTrue(Character.getType(0xFFE6) == Character.CURRENCY_SYMBOL);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 314 PHPBN2(CURRENCY_SYMBOL);

Completed in 2192 milliseconds

1 2 3