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

  /external/chromium/third_party/icu/source/tools/toolutil/
filetools.cpp 22 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */
51 char newpath[MAX_PATH_SIZE] = "";
  /external/icu4c/tools/toolutil/
filetools.cpp 22 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */
51 char newpath[MAX_PATH_SIZE] = "";
  /external/chromium/third_party/icu/source/common/
putil.c 760 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */
842 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
851 char curpath[MAX_PATH_SIZE];
856 uprv_memset(curpath, 0, MAX_PATH_SIZE);
863 char newpath[MAX_PATH_SIZE];
    [all...]
  /external/icu4c/common/
putil.c 786 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */
868 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
870 char curpath[MAX_PATH_SIZE];
881 uprv_memset(curpath, 0, MAX_PATH_SIZE);
888 char newpath[MAX_PATH_SIZE];
    [all...]

Completed in 27 milliseconds