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

  /external/chromium/third_party/icu/source/tools/tzcode/
private.h 71 #ifndef LOCALE_HOME
72 #define LOCALE_HOME "/usr/lib/locale"
73 #endif /* !defined LOCALE_HOME */
  /external/icu4c/tools/tzcode/
private.h 71 #ifndef LOCALE_HOME
72 #define LOCALE_HOME "/usr/lib/locale"
73 #endif /* !defined LOCALE_HOME */
  /system/core/libcutils/
private.h 75 #ifndef LOCALE_HOME
76 #define LOCALE_HOME "/usr/lib/locale"
77 #endif /* !defined LOCALE_HOME */
tzstrftime.c 722 #ifdef LOCALE_HOME
726 static const char locale_home[] = LOCALE_HOME; local
767 ((sizeof locale_home) + namesize + (sizeof lc_time)))
770 (void) sprintf(filename, "%s/%s/%s", locale_home, name, lc_time);
777 (void) sprintf(filename, "%s/%s/%s", locale_home,
841 #endif /* defined LOCALE_HOME */

Completed in 467 milliseconds