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

  /ndk/sources/android/support/src/locale/
localeconv.c 36 .int_curr_symbol = "",
  /bionic/libc/include/
locale.h 72 char* int_curr_symbol; member in struct:lconv
  /development/ndk/platforms/android-L/include/
locale.h 72 char* int_curr_symbol; member in struct:lconv
  /ndk/sources/android/support/include/
locale.h 102 char* int_curr_symbol; member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locale.h 49 char *int_curr_symbol; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
locale.h 72 char* int_curr_symbol; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
locale.h 72 char* int_curr_symbol; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
locale.h 72 char* int_curr_symbol; member in struct:lconv
  /prebuilts/ndk/9/sources/android/support/include/
locale.h 102 char* int_curr_symbol; member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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...]
  /bionic/libc/bionic/
locale.cpp 71 g_locale.int_curr_symbol = not_available;
  /bionic/tests/
locale_test.cpp 27 EXPECT_STREQ("", localeconv()->int_curr_symbol);
  /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...]
  /external/libcxx/src/
locale.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp     [all...]

Completed in 696 milliseconds