HomeSort by relevance Sort by last modified time
    Searched full:mixed_prepare (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NFS4StringPrep.java 124 public static byte[] mixed_prepare(byte[] src) method in class:NFS4StringPrep
TestStringPrep.java 110 byte[] dest = NFS4StringPrep.mixed_prepare(src.getBytes("UTF-8"));
117 errln("mixed_prepare for string: " + mixed_prep_data[i] +" failed with " + e.toString());
124 byte[] dest = NFS4StringPrep.mixed_prepare(src.getBytes("UTF-8"));
129 logln("mixed_prepare for string: " + src +" passed with " + e.toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NFS4StringPrep.java 123 public static byte[] mixed_prepare(byte[] src) method in class:NFS4StringPrep
TestStringPrep.java 106 byte[] dest = NFS4StringPrep.mixed_prepare(src.getBytes("UTF-8"));
113 errln("mixed_prepare for string: " + mixed_prep_data[i] +" failed with " + e.toString());
120 byte[] dest = NFS4StringPrep.mixed_prepare(src.getBytes("UTF-8"));
125 logln("mixed_prepare for string: " + src +" passed with " + e.toString());

Completed in 248 milliseconds