Searched refs:FULL_STOP (Results 1 – 6 of 6) sorted by relevance
33 private static final int FULL_STOP = 0x002E; field in IDNAReference266 result.append((char)FULL_STOP); in convertIDNToASCII()375 result.append((char)FULL_STOP); in convertIDNToUnicode()
30 private static final int FULL_STOP = 0x002E; field in IDNAReference263 result.append((char)FULL_STOP); in convertIDNToASCII()372 result.append((char)FULL_STOP); in convertIDNToUnicode()
45 #define FULL_STOP 0x002E macro763 dest[reqLength] = FULL_STOP; in idnaref_IDNToASCII()812 dest[reqLength] = FULL_STOP; in idnaref_IDNToASCII()916 dest[reqLength] = FULL_STOP; in idnaref_IDNToUnicode()969 dest[reqLength] = FULL_STOP; in idnaref_IDNToUnicode()
33 private static final int FULL_STOP = 0x002E; field in IDNA2003286 result.append((char)FULL_STOP); in convertIDNToASCII()
31 private static final int FULL_STOP = 0x002E; field in IDNA2003285 result.append((char)FULL_STOP); in convertIDNToASCII()
46 #define FULL_STOP 0x002E macro741 *currentDest++ = FULL_STOP; in uidna_IDNToASCII()