Home
last modified time | relevance | path

Searched refs:mixed_prep_data (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestStringPrep.java55 private String[] mixed_prep_data ={ field in TestStringPrep
108 for(int i=0; i< mixed_prep_data.length; i++){ in TestNFS4MixedPrep()
110 String src = mixed_prep_data[i]; in TestNFS4MixedPrep()
118 … errln("mixed_prepare for string: " + mixed_prep_data[i] +" failed with " + e.toString()); in TestNFS4MixedPrep()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestStringPrep.java58 private String[] mixed_prep_data ={ field in TestStringPrep
111 for(int i=0; i< mixed_prep_data.length; i++){ in TestNFS4MixedPrep()
113 String src = mixed_prep_data[i]; in TestNFS4MixedPrep()
121 … errln("mixed_prepare for string: " + mixed_prep_data[i] +" failed with " + e.toString()); in TestNFS4MixedPrep()
/external/icu/icu4c/source/test/cintltst/
Dspreptst.c379 static const char* mixed_prep_data[] ={ variable
447 for(i=0; i< UPRV_LENGTHOF(mixed_prep_data); i++){ in Test_nfs4_mixed_prep()
452 …srcLen = unescapeData(mixed_prep_data[i], (int32_t)strlen(mixed_prep_data[i]), src, MAX_BUFFER_SIZ… in Test_nfs4_mixed_prep()