HomeSort by relevance Sort by last modified time
    Searched full:isobuf (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/search_engines/
template_url_prepopulate_data.cc 548 wchar_t isobuf[kISOBufferSize] = { 0 }; local
549 int retval = GetGeoInfo(geo_id, GEO_ISO2, isobuf, kISOBufferSize, 0);
552 !(isobuf[0] == L'X' && isobuf[1] == L'X'))
553 return CountryCharsToCountryIDWithUpdate(static_cast<char>(isobuf[0]),
554 static_cast<char>(isobuf[1]));
614 UniChar isobuf[2];
616 CFStringGetCharacters(country, char_range, isobuf);
618 return CountryCharsToCountryIDWithUpdate(static_cast<char>(isobuf[0]),
619 static_cast<char>(isobuf[1]))
    [all...]

Completed in 942 milliseconds