OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:confusables
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/test/cintltst/
spooftest.c
88
no latin
confusables
*/
114
char *
confusables
;
local
127
strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "
confusables
.txt");
130
confusables
= malloc(3000000);
132
confusablesLength = fread(
confusables
, 1, 3000000, f);
146
rsc = uspoof_openFromSource(
confusables
, confusablesLength,
158
free(
confusables
);
368
/* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script
confusables
also,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java
59
String goodCyrl = "\u0438\u043B"; // "Cyrillic small letter i and el" Plain lower case Cyrillic letters, no latin
confusables
93
Reader
confusables
;
local
99
fileName = "unicode/
confusables
.txt";
100
confusables
= TestUtil.getDataReader(fileName, "UTF-8");
105
rsc = new SpoofChecker.Builder().setData(
confusables
, confusablesWholeScript).build();
110
confusables
.close();
138
"# Stub
confusables
data\n" +
265
* Limit checks to SpoofChecker.CHAR_LIMIT. Some of the test data has whole script
confusables
also, which we
403
// Unicode data file
confusables
.txt
721
// Verify that each item from the Unicode
confusables
.txt fil
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java
55
String goodCyrl = "\u0438\u043B"; // "Cyrillic small letter i and el" Plain lower case Cyrillic letters, no latin
confusables
89
Reader
confusables
;
local
95
fileName = "unicode/
confusables
.txt";
96
confusables
= TestUtil.getDataReader(fileName, "UTF-8");
101
rsc = new SpoofChecker.Builder().setData(
confusables
, confusablesWholeScript).build();
106
confusables
.close();
134
"# Stub
confusables
data\n" +
261
* Limit checks to SpoofChecker.CHAR_LIMIT. Some of the test data has whole script
confusables
also, which we
399
// Unicode data file
confusables
.txt
717
// Verify that each item from the Unicode
confusables
.txt fil
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 157 milliseconds