Searched refs:nameToASCII (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Didna.h159 nameToASCII(const UnicodeString &name, UnicodeString &dest,
224 * UTF-8 version of nameToASCII(), same behavior.
/external/icu/icu4c/source/common/unicode/
H A Didna.h159 nameToASCII(const UnicodeString &name, UnicodeString &dest,
224 * UTF-8 version of nameToASCII(), same behavior.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duts46test.cpp116 trans->nameToASCII(input, result, info, errorCode);
118 errln("T.nameToASCII(www.example.com) info.errors=%04lx result matches=%d %s",
223 not3->nameToASCII(input, result, info, errorCode);
225 errln("notSTD3.nameToASCII(ASCII-with-space.alef.edu) failed");
591 trans->nameToASCII(input, aT, aTInfo, errorCode);
593 nontrans->nameToASCII(input, aN, aNInfo, errorCode);
619 errln("N.nameToASCII([%d] %s) unexpected errors %04lx",
637 errln("T.nameToASCII([%d] %s) unexpected errors %04lx",
645 errln("N.nameToASCII([%d] %s) (errors %04lx) result is not ASCII %s",
651 errln("T.nameToASCII([
[all...]
/external/icu/icu4c/source/test/intltest/
H A Duts46test.cpp116 trans->nameToASCII(input, result, info, errorCode);
118 errln("T.nameToASCII(www.example.com) info.errors=%04lx result matches=%d %s",
223 not3->nameToASCII(input, result, info, errorCode);
225 errln("notSTD3.nameToASCII(ASCII-with-space.alef.edu) failed");
593 trans->nameToASCII(input, aT, aTInfo, errorCode);
595 nontrans->nameToASCII(input, aN, aNInfo, errorCode);
621 errln("N.nameToASCII([%d] %s) unexpected errors %04lx",
639 errln("T.nameToASCII([%d] %s) unexpected errors %04lx",
647 errln("N.nameToASCII([%d] %s) (errors %04lx) result is not ASCII %s",
653 errln("T.nameToASCII([
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DEmailInputType.cpp77 idna->nameToASCII(idnDomainName, domainName, idnaInfo, errorCode);
/external/chromium_org/third_party/icu/source/common/
H A Duts46.cpp97 nameToASCII(UnicodeString::fromUTF8(name), destString,
128 nameToASCII(const UnicodeString &name, UnicodeString &dest,
237 UTS46::nameToASCII(const UnicodeString &name, UnicodeString &dest, function in class:UTS46
1374 reinterpret_cast<const IDNA *>(idna)->nameToASCII(src, destString, info, *pErrorCode);
/external/icu/icu4c/source/common/
H A Duts46.cpp97 nameToASCII(UnicodeString::fromUTF8(name), destString,
128 nameToASCII(const UnicodeString &name, UnicodeString &dest,
237 UTS46::nameToASCII(const UnicodeString &name, UnicodeString &dest, function in class:UTS46
1372 reinterpret_cast<const IDNA *>(idna)->nameToASCII(src, destString, info, *pErrorCode);

Completed in 4722 milliseconds