OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USPOOF_CHAR_LIMIT
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c
337
/* Limit checks to
USPOOF_CHAR_LIMIT
. Some of the test data has whole script confusables also,
339
uspoof_setChecks(sc,
USPOOF_CHAR_LIMIT
, &status);
348
TEST_ASSERT_EQ(
USPOOF_CHAR_LIMIT
, checkResults);
378
uspoof_setChecks(sc, USPOOF_ALL_CHECKS & ~
USPOOF_CHAR_LIMIT
, &status);
390
TEST_ASSERT_EQ(
USPOOF_CHAR_LIMIT
, checkResults);
/external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h
122
* -#
USPOOF_CHAR_LIMIT
: check that an identifier contains only characters from a specified set
211
USPOOF_CHAR_LIMIT
= 64,
219
* checks except for USPOOF_LOCALE_LIMIT and
USPOOF_CHAR_LIMIT
.
376
* The
USPOOF_CHAR_LIMIT
test is automatically enabled for this
438
* The
USPOOF_CHAR_LIMIT
test is automatically enabled for this
471
* the
USPOOF_CHAR_LIMIT
test.
485
* The
USPOOF_CHAR_LIMIT
test is automatically enabled for this
518
* the
USPOOF_CHAR_LIMIT
test.
[
all
...]
/external/icu4c/test/cintltst/
spooftest.c
361
/* Limit checks to
USPOOF_CHAR_LIMIT
. Some of the test data has whole script confusables also,
363
uspoof_setChecks(sc,
USPOOF_CHAR_LIMIT
, &status);
372
TEST_ASSERT_EQ(
USPOOF_CHAR_LIMIT
, checkResults);
402
uspoof_setChecks(sc, USPOOF_ALL_CHECKS & ~
USPOOF_CHAR_LIMIT
, &status);
417
TEST_ASSERT_EQ(
USPOOF_CHAR_LIMIT
| USPOOF_RESTRICTION_LEVEL, checkResults);
/external/icu4c/i18n/
uspoof.cpp
265
This->fChecks |=
USPOOF_CHAR_LIMIT
;
477
if (This->fChecks & (
USPOOF_CHAR_LIMIT
)) {
485
result |=
USPOOF_CHAR_LIMIT
;
uspoof_impl.cpp
316
fChecks &= ~
USPOOF_CHAR_LIMIT
;
346
fChecks |=
USPOOF_CHAR_LIMIT
;
/external/icu4c/i18n/unicode/
uspoof.h
120
* -#
USPOOF_CHAR_LIMIT
: check that an identifier contains only characters from a specified set
227
USPOOF_CHAR_LIMIT
= 64,
309
* checks except for USPOOF_LOCALE_LIMIT and
USPOOF_CHAR_LIMIT
.
490
* The
USPOOF_CHAR_LIMIT
test is automatically enabled for this
552
* The
USPOOF_CHAR_LIMIT
test is automatically enabled for this
585
* the
USPOOF_CHAR_LIMIT
test.
599
* The
USPOOF_CHAR_LIMIT
test is automatically enabled for this
632
* the
USPOOF_CHAR_LIMIT
test.
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp
184
This->fChecks |=
USPOOF_CHAR_LIMIT
;
226
if (This->fChecks &
USPOOF_CHAR_LIMIT
) {
232
result |=
USPOOF_CHAR_LIMIT
;
uspoof_impl.cpp
312
fCheckMask &= ~
USPOOF_CHAR_LIMIT
;
342
fCheckMask |=
USPOOF_CHAR_LIMIT
;
Completed in 1439 milliseconds