/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaconf.cpp | 27 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) + UnicodeString(" result: ") + prettify(result)) [all...] |
idnaconf.h | 39 UnicodeString namebase; member in class:IdnaConfTest
|
/external/icu4c/test/intltest/ |
idnaconf.cpp | 27 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) + UnicodeString(" result: ") + prettify(result)) [all...] |
idnaconf.h | 39 UnicodeString namebase; member in class:IdnaConfTest
|
/external/openssh/ |
ssh-keyscan.c | 324 char *namebase, *name, *namelist; local 327 namebase = namelist = xstrdup(iname); 332 xfree(namebase); 344 fdcon[s].c_namebase = namebase;
|
/packages/apps/Browser/src/com/android/browser/ |
Controller.java | [all...] |