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

  /external/chromium/third_party/icu/source/common/
putil.c 843 static char* searchForTZFile(const char* path, DefaultTZInfo* tzInfo) {
871 result = searchForTZFile(newpath, tzInfo);
951 gTimeZoneBufferPtr = searchForTZFile(TZZONEINFO, tzInfo);
    [all...]
  /external/icu4c/common/
putil.c 869 static char* searchForTZFile(const char* path, DefaultTZInfo* tzInfo) {
896 result = searchForTZFile(newpath, tzInfo);
976 gTimeZoneBufferPtr = searchForTZFile(TZZONEINFO, tzInfo);
    [all...]

Completed in 14 milliseconds