HomeSort by relevance Sort by last modified time
    Searched defs:replaceable (Results 1 - 10 of 10) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ReplaceableUCharacterIterator.java 10 import android.icu.text.Replaceable;
16 * DLF docs must define behavior when Replaceable is mutated underneath
32 * @param replaceable text which the iterator will be based on
34 public ReplaceableUCharacterIterator(Replaceable replaceable){
35 if(replaceable==null){
38 this.replaceable = replaceable;
50 this.replaceable = new ReplaceableString(str);
62 this.replaceable = new ReplaceableString(buf)
197 private Replaceable replaceable; field in class:ReplaceableUCharacterIterator
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ReplaceableUCharacterIterator.java 9 import com.ibm.icu.text.Replaceable;
15 * DLF docs must define behavior when Replaceable is mutated underneath
30 * @param replaceable text which the iterator will be based on
32 public ReplaceableUCharacterIterator(Replaceable replaceable){
33 if(replaceable==null){
36 this.replaceable = replaceable;
48 this.replaceable = new ReplaceableString(str);
60 this.replaceable = new ReplaceableString(buf)
195 private Replaceable replaceable; field in class:ReplaceableUCharacterIterator
    [all...]
  /external/icu/icu4c/source/test/intltest/
transapi.cpp 310 message.append("->transliterate(Replaceable) for \n\tSource:");
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
382 UnicodeString rs="This is the replaceable String";
384 "0", "0", "This is the replaceable String",
385 "2", "3", UnicodeString("Th\\u0069s is the replaceable String", ""),
436 errln("FAIL: " + t->getID()+ ".translitere(Replaceable, int[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
487 logln("Testing transliterate(Replaceable, int32_t, UnicodeString, UErrorCode)");
494 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
509 logln("Testing transliterate(Replaceable, int32_t, UChar, UErrorCode)");
517 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UChar, UErrorCode)-->" + (UnicodeString)u_errorName(status))
622 UnicodeString replaceable=s; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java 221 ReplaceableString replaceable = new ReplaceableString(str); local
222 if (UTF16.charAt(replaceable, 0) != '1' ||
223 UTF16.charAt(replaceable, 2) != '3' ||
224 UTF16.charAt(replaceable, 5) != 0x10001 ||
225 UTF16.charAt(replaceable, 6) != 0x10001 ||
226 UTF16.charAt(replaceable, 12) != 0x10002 ||
227 UTF16.charAt(replaceable, 13) != 0x10002) {
228 errln("FAIL Getting character from replaceable error" );
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java 217 ReplaceableString replaceable = new ReplaceableString(str); local
218 if (UTF16.charAt(replaceable, 0) != '1' ||
219 UTF16.charAt(replaceable, 2) != '3' ||
220 UTF16.charAt(replaceable, 5) != 0x10001 ||
221 UTF16.charAt(replaceable, 6) != 0x10001 ||
222 UTF16.charAt(replaceable, 12) != 0x10002 ||
223 UTF16.charAt(replaceable, 13) != 0x10002) {
224 errln("FAIL Getting character from replaceable error" );
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 744 milliseconds