Home
last modified time | relevance | path

Searched refs:billTo (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/test/automata/
Dpo5 t 1 2 billTo
12 billTo
17 billTo
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_27Test.java34 Person billTo = invoice.billTo; in testExample_2_27() local
35 assertEquals("Dumars", billTo.family); in testExample_2_27()
DInvoice.java23 public Person billTo;// bill-to field in Invoice