HomeSort by relevance Sort by last modified time
    Searched defs:confusables (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/cintltst/
spooftest.c 87 no latin confusables */
134 char *confusables; local
146 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusables.txt");
149 confusables = malloc(3000000);
151 confusablesLength = fread(confusables, 1, 3000000, f);
165 rsc = uspoof_openFromSource(confusables, confusablesLength,
171 free(confusables);
361 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
  /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
706 // Verify that each item from the Unicode confusables.txt fil
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 112 milliseconds