Searched refs:namebase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaconf.h39 UnicodeString namebase; member in class:IdnaConfTest
H A Didnaconf.cpp27 static const UChar C_NAMEBASE[] = {0x6E, 0x61, 0x6D, 0x65, 0x62, 0x61, 0x73, 0x65, 0}; // namebase
48 namebase.setToBogus();
225 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){
230 const UChar *p = namebase.getTerminatedBuffer();
231 const int p_len = namebase.length();
250 logln(UnicodeString("namebase: ") + prettify(namebase) + UnicodeString(" result: ") + prettify(result));
262 if (namebase.compare(result, -1) == 0){
264 logln(UnicodeString("ICU will not recognize malformed ACE-Prefixes or incorrect ACE-Prefixes. ") + UnicodeString("namebase: ") + prettify(namebase)
[all...]
/external/icu/icu4c/source/test/intltest/
H A Didnaconf.h39 UnicodeString namebase; member in class:IdnaConfTest
H A Didnaconf.cpp27 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)
[all...]

Completed in 75 milliseconds