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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestInputDataStructure.java 19 private String namebase = null; field in class:TestInputDataStructure
71 * @return Returns the namebase.
74 return namebase;
77 * @param namebase The namebase to set.
79 public void setNamebase(String namebase) {
80 this.namebase = namebase;
IDNAConformanceTest.java 63 String namebase = (String) tempHash.get("namebase"); local
70 namebase = stringReplace(namebase);
84 result = IDNA.convertIDNToASCII(namebase,
87 result = IDNA.convertIDNToASCII(namebase,
98 printInfo(desc, namebase, nameutf8, namezone,
102 printInfo(desc, namebase, nameutf8, namezone,
110 printInfo(desc, namebase, nameutf8, namezone,
114 printInfo(desc, namebase, nameutf8, namezone
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestInputDataStructure.java 18 private String namebase = null; field in class:TestInputDataStructure
70 * @return Returns the namebase.
73 return namebase;
76 * @param namebase The namebase to set.
78 public void setNamebase(String namebase) {
79 this.namebase = namebase;
IDNAConformanceTest.java 59 String namebase = (String) tempHash.get("namebase"); local
66 namebase = stringReplace(namebase);
80 result = IDNA.convertIDNToASCII(namebase,
83 result = IDNA.convertIDNToASCII(namebase,
94 printInfo(desc, namebase, nameutf8, namezone,
98 printInfo(desc, namebase, nameutf8, namezone,
106 printInfo(desc, namebase, nameutf8, namezone,
110 printInfo(desc, namebase, nameutf8, namezone
    [all...]
  /external/icu/icu4c/source/test/intltest/
idnaconf.h 39 UnicodeString namebase; member in class:IdnaConfTest
idnaconf.cpp 27 static const UChar C_NAMEBASE[] = {0x6E, 0x61, 0x6D, 0x65, 0x62, 0x61, 0x73, 0x65, 0}; // namebase
47 namebase.setToBogus();
224 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){
229 const UChar *p = namebase.getTerminatedBuffer();
230 const int p_len = namebase.length();
249 logln(UnicodeString("namebase: ") + prettify(namebase) + UnicodeString(" result: ") + prettify(result));
261 if (namebase.compare(result, -1) == 0){
263 logln(UnicodeString("ICU will not recognize malformed ACE-Prefixes or incorrect ACE-Prefixes. ") + UnicodeString("namebase: ") + prettify(namebase) + UnicodeString(" result: ") + prettify(result))
    [all...]

Completed in 37 milliseconds