Lines Matching +refs:po +refs:string +refs:contents
86 return contents;
88 static final Object[][] contents={
214 provide cross-document references for reuse of existing contents. For more
227 Resource bundles ("portable object files", extension .po) are plain text files
228 with key-value pairs for string values. The format and functions support a
232 The `msgfmt` utility compiles .po files into "message object files" (extension
234 additional supporting tools for .po files.
240 Example: (`example.po`)
282 strings. Values can be strings, string tables, or one of many Windows
285 #defined numeric keys. .mc files contain string values preceded by per-message
310 Generates subclasses of ICUListResourceBundle to support non-string types.
345 super.contents = data;