HomeSort by relevance Sort by last modified time
    Searched defs:int_curr_symbol (Results 1 - 6 of 6) sorted by null

  /ndk/sources/android/support/include/
locale.h 79 char* int_curr_symbol; member in struct:lconv
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 71 char *int_curr_symbol; member in struct:lconv
97 /* 1 if int_curr_symbol precedes a positive value, 0 if succeeds. */
99 /* 1 iff a space separates int_curr_symbol from a positive value. */
101 /* 1 if int_curr_symbol precedes a negative value, 0 if succeeds. */
103 /* 1 iff a space separates int_curr_symbol from a negative value. */
106 0 Parentheses surround the quantity and int_curr_symbol.
107 1 The sign string precedes the quantity and int_curr_symbol.
108 2 The sign string follows the quantity and int_curr_symbol.
109 3 The sign string immediately precedes the int_curr_symbol.
110 4 The sign string immediately follows the int_curr_symbol. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 71 char *int_curr_symbol; member in struct:lconv
97 /* 1 if int_curr_symbol precedes a positive value, 0 if succeeds. */
99 /* 1 iff a space separates int_curr_symbol from a positive value. */
101 /* 1 if int_curr_symbol precedes a negative value, 0 if succeeds. */
103 /* 1 iff a space separates int_curr_symbol from a negative value. */
106 0 Parentheses surround the quantity and int_curr_symbol.
107 1 The sign string precedes the quantity and int_curr_symbol.
108 2 The sign string follows the quantity and int_curr_symbol.
109 3 The sign string immediately precedes the int_curr_symbol.
110 4 The sign string immediately follows the int_curr_symbol. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 71 char *int_curr_symbol; member in struct:lconv
97 /* 1 if int_curr_symbol precedes a positive value, 0 if succeeds. */
99 /* 1 iff a space separates int_curr_symbol from a positive value. */
101 /* 1 if int_curr_symbol precedes a negative value, 0 if succeeds. */
103 /* 1 iff a space separates int_curr_symbol from a negative value. */
106 0 Parentheses surround the quantity and int_curr_symbol.
107 1 The sign string precedes the quantity and int_curr_symbol.
108 2 The sign string follows the quantity and int_curr_symbol.
109 3 The sign string immediately precedes the int_curr_symbol.
110 4 The sign string immediately follows the int_curr_symbol. *
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 224 char int_curr_symbol[5]; /* 3 + 1 + 1 */ member in struct:_Locale_monetary
863 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SINTLSYMBOL, lmon->int_curr_symbol, 5, wbuf, 6);
869 if (lmon->int_curr_symbol[3] == 0) {
870 lmon->int_curr_symbol[3] = ' ';
871 lmon->int_curr_symbol[4] = 0;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 224 char int_curr_symbol[5]; /* 3 + 1 + 1 */ member in struct:_Locale_monetary
863 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SINTLSYMBOL, lmon->int_curr_symbol, 5, wbuf, 6);
869 if (lmon->int_curr_symbol[3] == 0) {
870 lmon->int_curr_symbol[3] = ' ';
871 lmon->int_curr_symbol[4] = 0;
    [all...]

Completed in 66 milliseconds