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

  /bionic/libc/include/
langinfo.h 93 #define CRNCYSTR 55
  /bionic/tests/
langinfo_test.cpp 120 // RADIXCHAR, THOUSEP, and CRNCYSTR) we return the empty string. glibc
123 EXPECT_STREQ("", nl_langinfo(CRNCYSTR));
125 EXPECT_STREQ("-", nl_langinfo(CRNCYSTR));
144 EXPECT_STREQ(localeconv()->currency_symbol, nl_langinfo(CRNCYSTR));
  /bionic/libc/bionic/
langinfo.cpp 94 case CRNCYSTR: result = ""; break;
  /device/linaro/bootloader/edk2/StdLib/Include/
langinfo.h 76 #define CRNCYSTR ((nl_item)50) /* Currency symbol */
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
nl_langinfo.c 106 case CRNCYSTR: /* XXX */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
langinfo.h 418 #define CRNCYSTR _NL_MONETARY_CRNCYSTR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
langinfo.h 418 #define CRNCYSTR _NL_MONETARY_CRNCYSTR
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 480 LANGINFO(CRNCYSTR),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 480 LANGINFO(CRNCYSTR),
  /external/python/cpython2/Modules/
_localemodule.c 481 LANGINFO(CRNCYSTR),
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 315 PHPBN2(CRNCYSTR);

Completed in 569 milliseconds