Home | History | Annotate | Download | only in i18n

Lines Matching defs:variant

33  * A basic ID, which contains source, target, and variant, but no
58 * 'source' and 'target' will always be non-null. The 'variant'
59 * will be non-null only if a non-empty variant was parsed.
72 UnicodeString variant; // may be null
224 * @param variant the given variant
228 * @return an array of 4 strings: source, target, variant, and
232 * id is not well-formed. The variant may be empty.
237 UnicodeString& variant,
241 * Given source, target, and variant strings, concatenate them into a
247 const UnicodeString& variant,