Searched refs:USPREP_ALLOW_UNASSIGNED (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusprep.h85 #define USPREP_ALLOW_UNASSIGNED 0x0001 macro
243 * - USPREP_ALLOW_UNASSIGNED Treat the unassigned code points are in the input
/external/icu/icu4c/source/common/unicode/
H A Dusprep.h85 #define USPREP_ALLOW_UNASSIGNED 0x0001 macro
243 * - USPREP_ALLOW_UNASSIGNED Treat the unassigned code points are in the input
/external/chromium_org/third_party/icu/source/common/
H A Duidna.cpp211 int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0;
404 int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0;
H A Dusprep.cpp518 UBool allowUnassigned = (UBool) ((options & USPREP_ALLOW_UNASSIGNED)>0);
/external/icu/icu4c/source/common/
H A Duidna.cpp211 int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0;
404 int32_t namePrepOptions = ((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0;
H A Dusprep.cpp518 UBool allowUnassigned = (UBool) ((options & USPREP_ALLOW_UNASSIGNED)>0);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspreptst.c787 resultLength = usprep_prepare(sprep, src, srcLength, result, resultLength, USPREP_ALLOW_UNASSIGNED, NULL, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dspreptst.c787 resultLength = usprep_prepare(sprep, src, srcLength, result, resultLength, USPREP_ALLOW_UNASSIGNED, NULL, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidna.cpp420 int32_t prepOptions = (((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0);
/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp420 int32_t prepOptions = (((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0);

Completed in 387 milliseconds