Searched refs:FULL_STOP (Results 1 – 6 of 6) sorted by relevance
29 private static final int FULL_STOP = 0x002E; field in IDNAReference262 result.append((char)FULL_STOP); in convertIDNToASCII()371 result.append((char)FULL_STOP); in convertIDNToUnicode()
28 private static final int FULL_STOP = 0x002E; field in IDNAReference261 result.append((char)FULL_STOP); in convertIDNToASCII()370 result.append((char)FULL_STOP); in convertIDNToUnicode()
31 private static final int FULL_STOP = 0x002E; field in IDNA2003284 result.append((char)FULL_STOP); in convertIDNToASCII()
43 #define FULL_STOP 0x002E macro761 dest[reqLength] = FULL_STOP; in idnaref_IDNToASCII()810 dest[reqLength] = FULL_STOP; in idnaref_IDNToASCII()914 dest[reqLength] = FULL_STOP; in idnaref_IDNToUnicode()967 dest[reqLength] = FULL_STOP; in idnaref_IDNToUnicode()
29 private static final int FULL_STOP = 0x002E; field in IDNA2003283 result.append((char)FULL_STOP); in convertIDNToASCII()
44 #define FULL_STOP 0x002E macro739 *currentDest++ = FULL_STOP; in uidna_IDNToASCII()