Home
last modified time | relevance | path

Searched refs:FULL_STOP (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DIDNAReference.java33 private static final int FULL_STOP = 0x002E; field in IDNAReference
266 result.append((char)FULL_STOP); in convertIDNToASCII()
375 result.append((char)FULL_STOP); in convertIDNToUnicode()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java30 private static final int FULL_STOP = 0x002E; field in IDNAReference
263 result.append((char)FULL_STOP); in convertIDNToASCII()
372 result.append((char)FULL_STOP); in convertIDNToUnicode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIDNA2003.java33 private static final int FULL_STOP = 0x002E; field in IDNA2003
285 result.append((char)FULL_STOP); in convertIDNToASCII()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java31 private static final int FULL_STOP = 0x002E; field in IDNA2003
284 result.append((char)FULL_STOP); in convertIDNToASCII()
/third_party/icu/icu4c/source/test/intltest/
Didnaref.cpp45 #define FULL_STOP 0x002E macro
774 dest[reqLength] = FULL_STOP; in idnaref_IDNToASCII()
823 dest[reqLength] = FULL_STOP; in idnaref_IDNToASCII()
927 dest[reqLength] = FULL_STOP; in idnaref_IDNToUnicode()
980 dest[reqLength] = FULL_STOP; in idnaref_IDNToUnicode()
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp46 #define FULL_STOP 0x002E macro
740 *currentDest++ = FULL_STOP; in uidna_IDNToASCII()
/third_party/icu/icu4c/source/common/
Duidna.cpp46 #define FULL_STOP 0x002E macro
740 *currentDest++ = FULL_STOP; in uidna_IDNToASCII()
/third_party/node/deps/icu-small/source/common/
Duidna.cpp46 #define FULL_STOP 0x002E macro
740 *currentDest++ = FULL_STOP; in uidna_IDNToASCII()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duidna.cpp46 #define FULL_STOP 0x002E macro
741 *currentDest++ = FULL_STOP; in uidna_IDNToASCII()