HomeSort by relevance Sort by last modified time
    Searched refs:moveCodePointOffset (Results 1 - 18 of 18) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UnicodeNormalizerConformanceTest.java 93 if(fields[0].length()==UTF16.moveCodePointOffset(fields[0],0, 1)) {
ConformanceTest.java 99 if(fields[0].length()==UTF16.moveCodePointOffset(fields[0],0, 1)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UnicodeNormalizerConformanceTest.java 90 if(fields[0].length()==UTF16.moveCodePointOffset(fields[0],0, 1)) {
ConformanceTest.java 96 if(fields[0].length()==UTF16.moveCodePointOffset(fields[0],0, 1)) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java 587 * Testing moveCodePointOffset APIs
592 // Run a single test case through each of the moveCodePointOffset() functions.
600 // Test with the String flavor of moveCodePointOffset
602 int result = UTF16.moveCodePointOffset(s, startIdx, amount);
604 errln("FAIL: UTF16.moveCodePointOffset(String \"" + s + "\", " + startIdx + ", " + amount + ")" +
611 errln("FAIL: UTF16.moveCodePointOffset(String \"" + s + "\", " + startIdx + ", " + amount + ")" +
616 // Test with the StringBuffer flavor of moveCodePointOffset
619 int result = UTF16.moveCodePointOffset(sb, startIdx, amount);
621 errln("FAIL: UTF16.moveCodePointOffset(StringBuffer \"" + s + "\", " + startIdx + ", " + amount + ")" +
628 errln("FAIL: UTF16.moveCodePointOffset(StringBuffer \"" + s + "\", " + startIdx + ", " + amount + ")"
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java 584 * Testing moveCodePointOffset APIs
589 // Run a single test case through each of the moveCodePointOffset() functions.
597 // Test with the String flavor of moveCodePointOffset
599 int result = UTF16.moveCodePointOffset(s, startIdx, amount);
601 errln("FAIL: UTF16.moveCodePointOffset(String \"" + s + "\", " + startIdx + ", " + amount + ")" +
608 errln("FAIL: UTF16.moveCodePointOffset(String \"" + s + "\", " + startIdx + ", " + amount + ")" +
613 // Test with the StringBuffer flavor of moveCodePointOffset
616 int result = UTF16.moveCodePointOffset(sb, startIdx, amount);
618 errln("FAIL: UTF16.moveCodePointOffset(StringBuffer \"" + s + "\", " + startIdx + ", " + amount + ")" +
625 errln("FAIL: UTF16.moveCodePointOffset(StringBuffer \"" + s + "\", " + startIdx + ", " + amount + ")"
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UTF16.java     [all...]
RBBIRuleScanner.java 729 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UTF16.java     [all...]
RBBIRuleScanner.java 728 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 370 milliseconds