HomeSort by relevance Sort by last modified time
    Searched full:toascii (Results 51 - 75 of 455) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UTS46.java 113 boolean isLabel, boolean toASCII,
136 if(toASCII) {
156 break; // Replacing with U+FFFD can be complicated for toASCII.
175 // Replacing with U+FFFD can be complicated for toASCII.
182 if(toASCII && (i-labelStart)>63) {
191 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info);
203 boolean isLabel, boolean toASCII,
212 toASCII ? (options&NONTRANSITIONAL_TO_ASCII)==0 :
221 toASCII, info);
243 processLabel(dest, labelStart, labelLimit-labelStart, toASCII, info)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UTS46.java 112 boolean isLabel, boolean toASCII,
135 if(toASCII) {
155 break; // Replacing with U+FFFD can be complicated for toASCII.
174 // Replacing with U+FFFD can be complicated for toASCII.
181 if(toASCII && (i-labelStart)>63) {
190 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info);
202 boolean isLabel, boolean toASCII,
211 toASCII ? (options&NONTRANSITIONAL_TO_ASCII)==0 :
220 toASCII, info);
242 processLabel(dest, labelStart, labelLimit-labelStart, toASCII, info)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 131 #undef toascii macro
133 toascii(int c) function
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapTestUtils.java 89 new ByteArrayInputStream(Utility.toAscii(line + "\r\n")), new DiscourseLogger(4));
103 ByteArrayInputStream in = new ByteArrayInputStream(Utility.toAscii(content + "#trailing"));
  /external/icu/icu4c/source/common/unicode/
uidna.h 86 * IDNA option for nontransitional processing in ToASCII().
88 * <p>By default, ToASCII() uses transitional processing.
428 * This is only checked in ToASCII operations, and only if the output label is all-ASCII.
435 * This is only checked in ToASCII operations, and only if the output domain name is all-ASCII.
515 * IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
524 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain name labels
526 * ToASCII operation before passing it to resolver libraries. Domain names
535 * The input and output of ToASCII and ToUnicode operations are Unicode
536 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
540 * ToASCII(ToASCII(ToASCII...(ToASCII(string))) == ToASCII(string)
    [all...]
  /external/icu/tools/
ZoneCompactor.java 111 f.write(toAscii(new byte[12], version));
141 f.write(toAscii(new byte[MAXNAME], zoneName));
175 private static byte[] toAscii(byte[] dst, String src) {
  /external/icu/icu4c/source/common/
uts46.cpp 152 UBool isLabel, UBool toASCII,
158 UBool isLabel, UBool toASCII,
165 UBool isLabel, UBool toASCII,
178 UBool toASCII,
183 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const;
301 UBool isLabel, UBool toASCII,
336 if(toASCII) {
357 break; // Replacing with U+FFFD can be complicated for toASCII.
376 // Replacing with U+FFFD can be complicated for toASCII.
383 if(toASCII && (i-labelStart)>63)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 34 * The draft defines 2 operations: ToASCII and ToUnicode. Domain labels
36 * ToASCII operation before passing it to resolver libraries. Domain names
45 * The input and output of ToASCII and ToUnicode operations are Unicode
46 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
50 * ToASCII(ToASCII(ToASCII...(ToASCII(string))) == ToASCII(string).
92 * IDNA option for nontransitional processing in ToASCII()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 33 * The draft defines 2 operations: ToASCII and ToUnicode. Domain labels
35 * ToASCII operation before passing it to resolver libraries. Domain names
44 * The input and output of ToASCII and ToUnicode operations are Unicode
45 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
49 * ToASCII(ToASCII(ToASCII...(ToASCII(string))) == ToASCII(string).
95 * IDNA option for nontransitional processing in ToASCII()
    [all...]
  /development/ndk/platforms/android-3/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
ctype.h 93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) function

Completed in 1754 milliseconds

1 23 4 5 6 7 8 91011>>