Home
last modified time | relevance | path

Searched refs:USPREP_ALLOW_UNASSIGNED (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dusprep.h90 #define USPREP_ALLOW_UNASSIGNED 0x0001 macro
/third_party/icu/icu4c/source/common/unicode/
Dusprep.h90 #define USPREP_ALLOW_UNASSIGNED 0x0001 macro
/third_party/node/deps/icu-small/source/common/unicode/
Dusprep.h90 #define USPREP_ALLOW_UNASSIGNED 0x0001 macro
/third_party/icu/icu4c/source/common/
Duidna.cpp211 … int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0; in _internal_toASCII()
404 … int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0; in _internal_toUnicode()
Dusprep.cpp517 UBool allowUnassigned = (UBool) ((options & USPREP_ALLOW_UNASSIGNED)>0); in usprep_map()
/third_party/node/deps/icu-small/source/common/
Duidna.cpp211 … int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0; in _internal_toASCII()
404 … int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0; in _internal_toUnicode()
Dusprep.cpp517 UBool allowUnassigned = (UBool) ((options & USPREP_ALLOW_UNASSIGNED)>0); in usprep_map()
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp211 … int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0; in _internal_toASCII()
404 … int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0; in _internal_toUnicode()
Dusprep.cpp517 UBool allowUnassigned = (UBool) ((options & USPREP_ALLOW_UNASSIGNED)>0); in usprep_map()
/third_party/icu/icu4c/source/test/cintltst/
Dspreptst.c789 …th = usprep_prepare(sprep, src, srcLength, result, resultLength, USPREP_ALLOW_UNASSIGNED, NULL, &s… in TestStringPrepProfiles()
/third_party/icu/docs/userguide/strings/
Dstringprep.md206 destCapacity, USPREP_ALLOW_UNASSIGNED,
/third_party/icu/icu4c/source/test/intltest/
Dtestidna.cpp424 int32_t prepOptions = (((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0); in debug()