HomeSort by relevance Sort by last modified time
    Searched defs:AddressData (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
address_data.h 31 struct AddressData {
81 bool operator==(const AddressData& other) const;
94 const i18n::addressinput::AddressData& address);
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressData.java 56 public class AddressData {
112 private AddressData(Builder builder) {
237 * display</a>. The same address may have different {@link AddressData} representations in
245 * Builder for AddressData
263 public Builder(AddressData addr) {
321 public Builder set(AddressData data) {
366 public AddressData build() {
367 return new AddressData(this);
  /external/lldb/include/lldb/Core/
RangeMap.h     [all...]

Completed in 59 milliseconds