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

  /external/chromium_org/content/common/android/
address_parser_internal.cc 502 int zip_prefix = (*word.begin - '0') * 10 + (*(word.begin + 1) - '0'); local
504 if ((zip_prefix >= zip_range[state_index].low &&
505 zip_prefix <= zip_range[state_index].high) ||
506 zip_prefix == zip_range[state_index].exception1 ||
507 zip_prefix == zip_range[state_index].exception2) {

Completed in 2673 milliseconds