/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/ |
D | StringStartsWithTest.java | 33 final Matcher<String> ignoreCase = startsWithIgnoringCase("EXCerPT"); in testMatchesStringAtStartIgnoringCase() local 35 assertMatches(ignoreCase, "exCerPT" + "END"); in testMatchesStringAtStartIgnoringCase() 36 assertDoesNotMatch(ignoreCase, "START" + "EXCerpt"); in testMatchesStringAtStartIgnoringCase() 37 assertDoesNotMatch(ignoreCase, "START" + "EXcerpT" + "END"); in testMatchesStringAtStartIgnoringCase() 38 assertMatches(ignoreCase, "excERPT"); in testMatchesStringAtStartIgnoringCase() 39 assertMatches(ignoreCase, "ExcerPT" + "EXCerpt"); in testMatchesStringAtStartIgnoringCase() 40 assertDoesNotMatch(ignoreCase, "ExcER"); in testMatchesStringAtStartIgnoringCase() 42 assertDescription("a string starting with \"EXCerPT\" ignoring case", ignoreCase); in testMatchesStringAtStartIgnoringCase() 43 assertMismatchDescription("was \"Something else\"", ignoreCase, "Something else"); in testMatchesStringAtStartIgnoringCase()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 358 var ignoreCase = false; 361 if (regex.ignoreCase) { 362 ignoreCase = true; 366 ignoreCase = false; 543 if (regex.ignoreCase && needToFoldCase) { 572 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TextTrieMap.java | 43 public TextTrieMap(boolean ignoreCase) { in TextTrieMap() argument 44 _ignoreCase = ignoreCase; in TextTrieMap() 138 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() argument 141 _ignoreCase = ignoreCase; in CharIterator()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TextTrieMap.java | 38 public TextTrieMap(boolean ignoreCase) { in TextTrieMap() argument 39 _ignoreCase = ignoreCase; in TextTrieMap() 130 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() argument 133 _ignoreCase = ignoreCase; in CharIterator()
|
/external/icu/icu4c/source/i18n/ |
D | numparse_stringsegment.cpp | 23 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase) in StringSegment() argument 25 fFoldCase(ignoreCase) {} in StringSegment()
|
D | numparse_types.h | 180 StringSegment(const UnicodeString& str, bool ignoreCase);
|
D | tznames_impl.h | 135 TextTrieMap(UBool ignoreCase, UObjectDeleter *valeDeleter);
|
D | tznames_impl.cpp | 174 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter) in TextTrieMap() argument 175 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0), in TextTrieMap()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlPolicyBuilder.java | 692 boolean ignoreCase, String... allowedValues) { 693 return matching(ignoreCase, ImmutableSet.copyOf(allowedValues)); 703 final boolean ignoreCase, Set<? extends String> allowedValues) { 708 if (ignoreCase) { value = Strings.toLowerCase(value); }
|
/external/clang/test/Analysis/ |
D | method-arg-decay.m | 54 …ext <PBXSelectableText> - (BOOL)findText:(NSString *)string ignoreCase:(BOOL)ignoreCase matchSt…
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | prettify.js | 5 …ignoreCase&&s)for(c=0;c<b;++c)j=f[c],a=j.charAt(0),j.length>=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c]=…
|
D | android_3p-bundle.js | 363 var ignoreCase = false; 366 if (regex.ignoreCase) { 367 ignoreCase = true; 371 ignoreCase = false; 548 if (regex.ignoreCase && needToFoldCase) { 577 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
|
/external/doclava/res/assets/templates/assets/ |
D | prettify.js | 13 …tion Na(a){for(var b=0,c=z,d=z,g=0,i=a.length;g<i;++g){var m=a[g];if(m.ignoreCase)d=o;else if(/[a-… 17 …t<=h)f[e]=Q+k[h]}for(h=e=0;e<s;++e)if(M===f[e]&&M!==f[e+1])f[e]=P;if(j.ignoreCase&&c)for(e=0;e<s;+…
|
/external/tinyxml/ |
D | tinyxmlparser.cpp | 515 bool ignoreCase, in StringEqual() argument 528 if ( ignoreCase ) in StringEqual()
|
D | tinyxml.h | 272 bool ignoreCase, // whether to ignore case in the end tag 327 bool ignoreCase,
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 536 bool ignoreCase, in StringEqual() argument 549 if ( ignoreCase ) in StringEqual()
|
D | tinyxml.h | 319 bool ignoreCase, // whether to ignore case in the end tag 368 bool ignoreCase,
|
/external/okhttp/website/static/ |
D | prettify.js | 5 …ignoreCase&&m)for(f=0;f<c;++f)l=a[f],e=l.charAt(0),l.length>=2&&e==="["?a[f]=b(l):e!=="\\"&&(a[f]=…
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 117 bool ignoreCase = false) const; 1777 bool isBounded, bool ignoreCase) const { in evalStrcmpCommon() 1875 int compareRes = ignoreCase ? s1StrRef.compare_lower(s2StrRef) in evalStrcmpCommon()
|