Home
last modified time | relevance | path

Searched refs:codePtr (Results 1 - 1 of 1) sorted by relevance

/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp352 xmlChar *codePtr = xmlNodeGetContent(value); in GetCountryZones() local
353 if (codePtr == nullptr) { in GetCountryZones()
357 if (strcmp(region.c_str(), reinterpret_cast<const char*>(codePtr)) == 0) { in GetCountryZones()
359 xmlFree(codePtr); in GetCountryZones()
362 xmlFree(codePtr); in GetCountryZones()

Completed in 2 milliseconds