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

  /external/chromium/third_party/icu/source/common/
putil.c 842 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
874 uprv_strcpy(SEARCH_TZFILE_RESULT, newpath + (sizeof(TZZONEINFO) - 1));
875 result = SEARCH_TZFILE_RESULT;
    [all...]
  /external/icu4c/common/
putil.c 868 static char SEARCH_TZFILE_RESULT[MAX_PATH_SIZE] = "";
899 uprv_strcpy(SEARCH_TZFILE_RESULT, newpath + (sizeof(TZZONEINFO) - 1));
900 result = SEARCH_TZFILE_RESULT;
    [all...]

Completed in 907 milliseconds