Searched defs:theVariant (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAnyTransliterator.java127 * and V is theVariant. Must not be empty.
130 * @param theVariant the variant name, or the empty string if
137 String theVariant,
144 if (theVariant.length() > 0) {
145 target = theTarget + VARIANT_SEP + theVariant;
151 * and V is theVariant. Must not be empty.
135 AnyTransliterator(String id, String theTarget, String theVariant, int theTargetScript) argument
/external/icu/icu4c/source/i18n/
H A Danytrans.cpp187 const UnicodeString& theVariant,
200 if (theVariant.length() > 0) {
201 target.append(VARIANT_SEP).append(theVariant);
185 AnyTransliterator(const UnicodeString& id, const UnicodeString& theTarget, const UnicodeString& theVariant, UScriptCode theTargetScript, UErrorCode& ec) argument
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java127 * and V is theVariant. Must not be empty.
130 * @param theVariant the variant name, or the empty string if
137 String theVariant,
144 if (theVariant.length() > 0) {
145 target = theTarget + VARIANT_SEP + theVariant;
151 * and V is theVariant. Must not be empty.
135 AnyTransliterator(String id, String theTarget, String theVariant, int theTargetScript) argument

Completed in 280 milliseconds