Home
last modified time | relevance | path

Searched defs:FormatElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Dformat_element.cc25 FormatElement::FormatElement(AddressField field) : field_(field), literal_() {} in FormatElement() function in i18n::addressinput::FormatElement
27 FormatElement::FormatElement(const std::string& literal) in FormatElement() function in i18n::addressinput::FormatElement
32 FormatElement::FormatElement() in FormatElement() function in i18n::addressinput::FormatElement
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
Drule.h34 struct FormatElement { struct
47 bool operator==(const FormatElement& other) const; argument
51 AddressField field;
55 std::string literal;
Drule.cc159 FormatElement::FormatElement(AddressField field) in FormatElement() function in i18n::addressinput::FormatElement
162 FormatElement::FormatElement(const std::string& literal) in FormatElement() function in i18n::addressinput::FormatElement