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

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
setlocale.c 95 static const char *const categories[_LC_LAST] = {
106 static char current_categories[_LC_LAST][32] = {
119 static char new_categories[_LC_LAST][32];
121 static char current_locale_string[_LC_LAST * 33];
141 if (category < 0 || category >= _LC_LAST)
151 for (i = 1; i < _LC_LAST; ++i)
160 for (i = 1; i < _LC_LAST; ++i) {
176 for (i = 1; i < _LC_LAST; ++i) {
200 if (++i == _LC_LAST)
203 if (i + 1 != _LC_LAST)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
locale.h 146 #define _LC_LAST 7 ///< Number of defined macros. Marks end.

Completed in 126 milliseconds