/external/skia/tools/flags/ |
D | SkCommandLineFlags.cpp | 376 size_t matchLen = strlen(matchName); in ShouldSkipImpl() local 381 matchLen--; in ShouldSkipImpl() 385 matchLen--; in ShouldSkipImpl() 387 if ((matchEnd = matchName[matchLen - 1] == '$')) { in ShouldSkipImpl() 388 matchLen--; in ShouldSkipImpl() 390 if (matchStart ? (!matchEnd || matchLen == testLen) in ShouldSkipImpl() 391 && strncmp(name, matchName, matchLen) == 0 in ShouldSkipImpl() 392 : matchEnd ? matchLen <= testLen in ShouldSkipImpl() 393 && strncmp(name + testLen - matchLen, matchName, matchLen) == 0 in ShouldSkipImpl()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TextTrieMap.java | 74 public Iterator<V> get(CharSequence text, int start, int[] matchLen) { in get() argument 77 if (matchLen != null && matchLen.length > 0) { in get() 78 matchLen[0] = handler.getMatchLength(); in get() 291 int matchLen = next.lenMatches(text, offset); in add() local 292 if (matchLen == next._text.length) { in add() 294 next.add(text, offset + matchLen, value); in add() 297 next.split(matchLen); in add() 298 next.add(text, offset + matchLen, value); in add()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TextTrieMap.java | 76 public Iterator<V> get(CharSequence text, int start, int[] matchLen) { in get() argument 79 if (matchLen != null && matchLen.length > 0) { in get() 80 matchLen[0] = handler.getMatchLength(); in get() 293 int matchLen = next.lenMatches(text, offset); in add() local 294 if (matchLen == next._text.length) { in add() 296 next.add(text, offset + matchLen, value); in add() 299 next.split(matchLen); in add() 300 next.add(text, offset + matchLen, value); in add()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 466 int32_t matchLen, matchBMPLen, strItr, matchItr; in _matchFromSet() local 477 matchLen = matchBMPLen; in _matchFromSet() 478 while(matchSet[matchLen] != 0) { in _matchFromSet() 479 ++matchLen; in _matchFromSet() 486 for(matchItr = 0; matchItr < matchLen; ++matchItr) { in _matchFromSet() 492 for(matchItr = 0; matchItr < matchLen; ++matchItr) { in _matchFromSet() 512 for(matchItr = matchBMPLen; matchItr < matchLen;) { in _matchFromSet() 513 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet() 519 for(matchItr = matchBMPLen; matchItr < matchLen;) { in _matchFromSet() 520 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet()
|
D | uniset.cpp | 676 int32_t matchLen = matchRest(text, offset, limit, trial); in matches() local 680 if (matchLen == maxLen) { in matches() 686 if (matchLen == trial.length()) { in matches() 688 if (matchLen > highWaterLength) { in matches() 689 highWaterLength = matchLen; in matches() 693 if (forward && matchLen < highWaterLength) { in matches()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1246 int matchLen = position.getEndIndex() - start; in findText() local 1250 && str.regionMatches(start + matchLen, suffix, 0, suffix.length())) in findText() 1252 … return new int[]{start - prefix.length(), matchLen + prefix.length() + suffix.length()}; in findText()
|
D | TimeZoneFormat.java | 3011 int[] matchLen = new int[] {0}; 3012 Iterator<String> itr = ZONE_ID_TRIE.get(text, pos.getIndex(), matchLen); 3015 pos.setIndex(pos.getIndex() + matchLen[0]); 3054 int[] matchLen = new int[] {0}; 3055 Iterator<String> itr = SHORT_ZONE_ID_TRIE.get(text, pos.getIndex(), matchLen); 3058 pos.setIndex(pos.getIndex() + matchLen[0]);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 1247 int matchLen = position.getEndIndex() - start; in findText() local 1251 && str.regionMatches(start + matchLen, suffix, 0, suffix.length())) in findText() 1253 … return new int[]{start - prefix.length(), matchLen + prefix.length() + suffix.length()}; in findText()
|
D | TimeZoneFormat.java | 2941 int[] matchLen = new int[] {0}; 2942 Iterator<String> itr = ZONE_ID_TRIE.get(text, pos.getIndex(), matchLen); 2945 pos.setIndex(pos.getIndex() + matchLen[0]); 2984 int[] matchLen = new int[] {0}; 2985 Iterator<String> itr = SHORT_ZONE_ID_TRIE.get(text, pos.getIndex(), matchLen); 2988 pos.setIndex(pos.getIndex() + matchLen[0]);
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 1473 int32_t matchLen = position.getEndIndex() - start; in findText() local 1477 … && str.compare(start + matchLen, suffix.length(), suffix, 0, suffix.length()) == 0) in findText() 1479 *length = matchLen + prefix.length() + suffix.length(); in findText()
|
D | smpdtfmt.cpp | 2536 int32_t matchLen = 0; in matchString() local 2537 if ((matchLen = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchString() 2539 bestMatchLength = matchLen; in matchString() 2548 … if ((matchLen = matchStringWithOptionalDot(text, start, leapMonthName)) > bestMatchLength) { in matchString() 2550 bestMatchLength = matchLen; in matchString()
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 643 matchLen = len + kMatchMinLen;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |