Searched refs:xmlString (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/docs/userguide/format_parse/messages/ |
D | examples.md | 58 void CXMLGenerator::writeLanguage(UnicodeString& xmlString){ 73 xmlString= formatString(UnicodeString(LANGUAGE_NAMES),args,3); 80 xmlString.append(formatString(UnicodeString(LANG_ATTRIB),args,3)); 87 xmlString.append(formatString(UnicodeString(LANGUAGE_NAMES),args,3)); 92 xmlString.remove(); 96 void CXMLGenerator::writeMonthNames(UnicodeString& xmlString){ 103 xmlString.append(formatString(UnicodeString(MONTH_NAMES),indentOffset)); 109 xmlString.append(formatString(UnicodeString(MONTH),args,3)); 112 xmlString.append(formatString(UnicodeString(END_MONTH_NAMES),indentOffset)); 116 xmlString.remove();
|
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
D | BuildMetadataFromXmlTest.java | 44 private static Element parseXmlString(String xmlString) in parseXmlString() argument 49 inputSource.setCharacterStream(new StringReader(xmlString)); in parseXmlString()
|