OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:toascii
(Results
276 - 300
of
455
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/external/llvm/lib/Fuzzer/
FuzzerInternal.h
54
bool
ToASCII
(Unit &U);
FuzzerUtil.cpp
76
bool
ToASCII
(Unit &U) {
/external/icu/icu4c/source/common/
uidna.cpp
512
//step 6:Apply
toASCII
836
// Unlike the
ToASCII
operation we don't normalize the label separators
905
// when
toASCII
is applied all label separators are replaced with FULL_STOP
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
[
all
...]
/external/icu/icu4c/source/test/intltest/
testidna.cpp
758
//test
toASCII
with all labels in the string
[
all
...]
idnaconf.cpp
30
static const UChar C_TOASCII[] = {0x74, 0x6F, 0x61, 0x73, 0x63, 0x69, 0x69, 0}; //
toascii
idnaref.cpp
547
//step 6:Apply
toASCII
1036
// when
toASCII
is applied all label separators are replaced with FULL_STOP
/bionic/libc/
libc.mips.brillo.map
1075
toascii
;
libc.x86.brillo.map
1073
toascii
;
/development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.versions.txt
1009
toascii
;
/development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.versions.txt
1007
toascii
;
/development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.versions.txt
1005
toascii
;
/development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.versions.txt
1077
toascii
;
/development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.versions.txt
1075
toascii
;
/development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.versions.txt
1073
toascii
;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAReference.java
327
// step 6:Apply
toASCII
TestIDNARef.java
333
//Test
toASCII
399
// Test
ToASCII
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAReference.java
326
// step 6:Apply
toASCII
TestIDNARef.java
329
//Test
toASCII
395
// Test
ToASCII
[
all
...]
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java
40
return new ImapResponseParser(new ByteArrayInputStream(Utility.
toAscii
(responses)),
/prebuilts/go/darwin-x86/src/archive/tar/
common.go
318
func
toASCII
(s string) string {
/prebuilts/go/linux-x86/src/archive/tar/
common.go
318
func
toASCII
(s string) string {
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
name.py
577
labels.append(encodings.idna.
ToASCII
(label))
588
labels.append(encodings.idna.
ToASCII
(label))
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java
322
public static byte[]
toAscii
(String s) {
414
return new ByteArrayInputStream(
toAscii
(ascii));
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java
168
* <a href="http://www.unicode.org/reports/tr46/#
ToASCII
">IDNA Mapping</a> transforms names to avoid
[
all
...]
Completed in 2708 milliseconds
<<
11
12
13
14
15
16
17
18
19