Searched refs:preferredPath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 1082 std::string preferredPath = GetPreferredPath(x, filePaths); in GetTimezoneIdByLocation() local 1083 if (preferredPath == "") { in GetTimezoneIdByLocation() 1099 std::vector<int> pixel = GetColorData(fixedX, fixedY, actualHeight, preferredPath); in GetTimezoneIdByLocation() 1142 uint16_t actualHeight, std::string preferredPath) in GetColorData() argument 1149 int code = InitPngptr(png_ptr, info_ptr, &fp, preferredPath); in GetColorData() 1215 std::string preferredPath) in InitPngptr() argument 1217 bool validFilePath = CheckTzDataFilePath(preferredPath); in InitPngptr() 1222 *fp = fopen(preferredPath.c_str(), "rb"); in InitPngptr()
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | i18n_timezone.h | 102 uint16_t actualHeight, std::string preferredPath); 103 …ic int InitPngptr(png_structp &png_ptr, png_infop &info_ptr, FILE **fp, std::string preferredPath);
|