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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
area_code_map.cc 68 const int32 current_prefix = storage_->GetPrefix(current_index); local
69 if (phone_prefix == current_prefix) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.cc 275 IPAddress current_prefix; local
289 current_prefix = IPAddress(v4_addr->sin_addr);
295 current_prefix = IPAddress(v6_addr->sin6_addr);
303 if (TruncateIP(ip, prefixlist->PrefixLength) == current_prefix &&
305 best_prefix = current_prefix;

Completed in 1125 milliseconds