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

  /device/linaro/bootloader/edk2/StdLib/Include/
locale.h 73 For int_p_sep_by_space and int_n_sep_by_space, the fourth character of int_curr_symbol is
88 char *int_curr_symbol; /**< "" A 4-character string providing the international currency member in struct:lconv
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h 48 const char *int_curr_symbol; member in struct:__anon12045
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
localeconv.c 38 ret.int_curr_symbol =
39 __UNCONST(_CurrentMonetaryLocale->int_curr_symbol);
  /bionic/libc/include/
locale.h 76 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
  /bionic/tests/headers/posix/
locale_h.c 39 STRUCT_MEMBER(struct lconv, char*, int_curr_symbol);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 94 g_locale.int_curr_symbol = not_available;
  /bionic/tests/
locale_test.cpp 27 EXPECT_STREQ("", localeconv()->int_curr_symbol);
  /external/python/cpython3/Modules/
_localemodule.c 181 RESULT_STRING(int_curr_symbol);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 244 RESULT_STRING(int_curr_symbol);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 244 RESULT_STRING(int_curr_symbol);
  /external/python/cpython2/Modules/
_localemodule.c 245 RESULT_STRING(int_curr_symbol);
  /external/libcxx/src/
locale.cpp     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp     [all...]

Completed in 2564 milliseconds