Home | History | Annotate | Download | only in i18n

Lines Matching defs:source

33  * A basic ID, which contains source, target, and variant, but no
58 * 'source' and 'target' will always be non-null. The 'variant'
61 * 'sawSource' is true if there was an explicit source in the
62 * parsed id. If there was no explicit source, then an implied
63 * source of ANY is returned and 'sawSource' is set to false.
70 UnicodeString source; // not null
219 * S-T/V, or S/V-T. If the source is missing, return a source of
222 * @param source the given source.
225 * @param isSourcePresent If TRUE then the source is present.
226 * If the source is not present, ANY will be
227 * given as the source, and isSourcePresent will be null
228 * @return an array of 4 strings: source, target, variant, and
229 * isSourcePresent. If the source is not present, ANY will be
230 * given as the source, and isSourcePresent will be null. Otherwise
235 UnicodeString& source,
241 * Given source, target, and variant strings, concatenate them into a
242 * full ID. If the source is empty, then "Any" will be used for the
243 * source, so the ID will always be of the form s-t/v or s-t.
245 static void STVtoID(const UnicodeString& source,
302 * T/V, S-T, S-T/V, or S/V-T. If the source is missing, return a
303 * source of ANY.
313 * neither source nor target was seen in the parsed id, then the