Home | History | Annotate | Download | only in i18n

Lines Matching refs:variant

31  * A basic ID, which contains source, target, and variant, but no
56 * 'source' and 'target' will always be non-null. The 'variant'
57 * will be non-null only if a non-empty variant was parsed.
70 UnicodeString variant; // may be null
222 * @param variant the given variant
226 * @return an array of 4 strings: source, target, variant, and
230 * id is not well-formed. The variant may be empty.
235 UnicodeString& variant,
239 * Given source, target, and variant strings, concatenate them into a
245 const UnicodeString& variant,