Home
last modified time | relevance | path

Searched refs:postcode (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/regex/example/snippets/
Dmfc_example.cpp138 CString postcode = extract_postcode(address); in main() local
139 assert(postcode = "PL2 8NV"); in main()
/third_party/boost/libs/regex/doc/
Dmfc_strings.qbk143 // searches throw address for a UK postcode and returns the result,
154 throw std::runtime_error("No postcode found");
/third_party/json/doc/mkdocs/docs/features/
Darbitrary_types.md117 int postcode;
120 NLOHMANN_DEFINE_TYPE_INTRUSIVE(address, street, housenumber, postcode)
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_contact.js205 this.postcode = "[PC Preview] unknow postcode";
/third_party/json/
DREADME.md919 int postcode;
922 NLOHMANN_DEFINE_TYPE_INTRUSIVE(address, street, housenumber, postcode)