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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAnyTransliterator.java129 * name a script corresponding to theTargetScript.
132 * @param theTargetScript the script code corresponding to
138 int theTargetScript) {
140 targetScript = theTargetScript;
135 AnyTransliterator(String id, String theTarget, String theVariant, int theTargetScript) argument
/external/icu/icu4c/source/i18n/
H A Danytrans.cpp188 UScriptCode theTargetScript,
191 targetScript(theTargetScript)
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.java129 * name a script corresponding to theTargetScript.
132 * @param theTargetScript the script code corresponding to
138 int theTargetScript) {
140 targetScript = theTargetScript;
135 AnyTransliterator(String id, String theTarget, String theVariant, int theTargetScript) argument

Completed in 586 milliseconds