/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlLexer.java | 107 case IGNORABLE: in produce() 189 if (t.type == HtmlTokenType.IGNORABLE) { in collapseAttributeName() 197 if (eq != null && eq.type == HtmlTokenType.IGNORABLE) { in collapseAttributeName() 453 type = HtmlTokenType.IGNORABLE; in parseToken() 692 if (type != HtmlTokenType.IGNORABLE) { lastNonIgnorable = result; } in parseToken()
|
D | HtmlTokenType.java | 73 IGNORABLE, enumConstant
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 638 sourcece = CollationElementIterator.IGNORABLE; in getCE() 641 … } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) { in getCE() 724 if (newce != CollationElementIterator.IGNORABLE /* 0 */) { in initializePatternCETable() 1701 return CollationElementIterator.IGNORABLE; in processCE() 1733 long result = CollationElementIterator.IGNORABLE; in nextProcessed() 1749 } while (result == CollationElementIterator.IGNORABLE); in nextProcessed() 1772 long result = CollationElementIterator.IGNORABLE; in previousProcessed() 1812 if (result != CollationElementIterator.IGNORABLE) { in previousProcessed()
|
D | CollationElementIterator.java | 149 public static final int IGNORABLE = 0; field in CollationElementIterator
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 621 sourcece = CollationElementIterator.IGNORABLE; in getCE() 624 … } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) { in getCE() 707 if (newce != CollationElementIterator.IGNORABLE /* 0 */) { in initializePatternCETable() 1685 return CollationElementIterator.IGNORABLE; in processCE() 1717 long result = CollationElementIterator.IGNORABLE; in nextProcessed() 1733 } while (result == CollationElementIterator.IGNORABLE); in nextProcessed() 1756 long result = CollationElementIterator.IGNORABLE; in previousProcessed() 1796 if (result != CollationElementIterator.IGNORABLE) { in previousProcessed()
|
D | CollationElementIterator.java | 147 public static final int IGNORABLE = 0; field in CollationElementIterator
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LenientDateParser.java | 83 …private static final UnicodeSet IGNORABLE = (UnicodeSet) new UnicodeSet("[,[:whitespace:]]").freez… field in LenientDateParser 254 } else if (IGNORABLE.contains(ch)) { in parse() 1189 if (!IGNORABLE.contains(source.charAt(start))) { 1195 if (!IGNORABLE.contains(source.charAt(end - 1))) {
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
D | SearchTest.java | 344 SearchData IGNORABLE[] = { field in SearchTest 1350 collator.setStrength(IGNORABLE[count].strength); in TestIgnorable() 1366 for (; count < IGNORABLE.length; count++) { in TestIgnorable() 1367 text = IGNORABLE[count].text; in TestIgnorable() 1368 pattern = IGNORABLE[count].pattern; in TestIgnorable() 1371 if (!assertEqualWithStringSearch(strsrch, IGNORABLE[count])) { in TestIgnorable()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/ |
D | SearchTest.java | 347 SearchData IGNORABLE[] = { field in SearchTest 1353 collator.setStrength(IGNORABLE[count].strength); in TestIgnorable() 1369 for (; count < IGNORABLE.length; count++) { in TestIgnorable() 1370 text = IGNORABLE[count].text; in TestIgnorable() 1371 pattern = IGNORABLE[count].pattern; in TestIgnorable() 1374 if (!assertEqualWithStringSearch(strsrch, IGNORABLE[count])) { in TestIgnorable()
|
/external/icu/icu4c/source/test/intltest/ |
D | srchtest.cpp | 1643 getECollationStrength(IGNORABLE[count].strength), in TestIgnorable() 1659 while (IGNORABLE[count].text != NULL) { in TestIgnorable() 1660 u_unescape(IGNORABLE[count].text, temp, 128); in TestIgnorable() 1662 u_unescape(IGNORABLE[count].pattern, temp, 128); in TestIgnorable() 1666 if (!assertEqualWithStringSearch(strsrch, &IGNORABLE[count])) { in TestIgnorable()
|
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 1711 IGNORABLE[count].strength, NULL, &status); in TestIgnorable() 1725 while (IGNORABLE[count].text != NULL) { in TestIgnorable() 1726 u_unescape(IGNORABLE[count].text, text, 128); in TestIgnorable() 1727 u_unescape(IGNORABLE[count].pattern, pattern, 128); in TestIgnorable() 1730 if (!assertEqualWithUStringSearch(strsrch, IGNORABLE[count])) { in TestIgnorable()
|
D | usrchdat.c | 398 static const SearchData IGNORABLE[] = { variable
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CaseMapImpl.java | 1291 if ((type & UCaseProps.IGNORABLE) != 0) { in isFollowedByCasedLetter() 1320 if ((type & UCaseProps.IGNORABLE) != 0) { in toUpper()
|
D | UCaseProps.java | 1585 static final int IGNORABLE=4; field in UCaseProps
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CaseMapImpl.java | 1286 if ((type & UCaseProps.IGNORABLE) != 0) { in isFollowedByCasedLetter() 1315 if ((type & UCaseProps.IGNORABLE) != 0) { in toUpper()
|
D | UCaseProps.java | 1580 static final int IGNORABLE=4; field in UCaseProps
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1185 int ce1 = CollationElementIterator.IGNORABLE; in TestJ3087() 1186 int ce2 = CollationElementIterator.IGNORABLE; in TestJ3087()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1188 int ce1 = CollationElementIterator.IGNORABLE; in TestJ3087() 1189 int ce2 = CollationElementIterator.IGNORABLE; in TestJ3087()
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/owasp/
org/ ... |
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/icu/icu4j/tools/build/ |
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j54.api3.gz |
|
D | icu4j57.api3.gz | 12;ICU4J 57.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j55.api3.gz | 12;ICU4J 55.1;;
2ST@3.6;PB;NS;NF;NS; ... |
/external/icu/icu4c/source/data/unidata/ |
D | FractionalUCA.txt | 61530 FDD0 0050; [, , 3D 02] # CONSTRUCTED FAKE SECONDARY-IGNORABLE
|