OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USPOOF_INVISIBLE
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/intltest/
itspoof.cpp
256
TEST_ASSERT_EQ(
USPOOF_INVISIBLE
, uspoof_checkUnicodeString(sc, s2, &position, &status));
264
TEST_ASSERT_EQ(
USPOOF_INVISIBLE
, uspoof_checkUnicodeString(sc, s3, &position, &status));
274
TEST_ASSERT_EQ(
USPOOF_INVISIBLE
, uspoof_checkUnicodeString(sc, s, &position, &status) &
USPOOF_INVISIBLE
);
/external/icu4c/i18n/unicode/
uspoof.h
115
* -#
USPOOF_INVISIBLE
: check an identifier for the presence of invisible characters,
203
USPOOF_INVISIBLE
= 32,
[
all
...]
/external/icu4c/i18n/
uspoof.cpp
240
(USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE |
USPOOF_INVISIBLE
)) {
246
if (This->fChecks &
USPOOF_INVISIBLE
) {
277
result |=
USPOOF_INVISIBLE
;
Completed in 763 milliseconds