/external/lz4/lib/ |
D | lz4hc.c | 163 U32 matchIndex; in LZ4HC_InsertAndFindBestMatch() local 170 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndFindBestMatch() 172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch() 175 if (matchIndex >= dictLimit) in LZ4HC_InsertAndFindBestMatch() 177 match = base + matchIndex; in LZ4HC_InsertAndFindBestMatch() 187 match = dictBase + matchIndex; in LZ4HC_InsertAndFindBestMatch() 191 const BYTE* vLimit = ip + (dictLimit - matchIndex); in LZ4HC_InsertAndFindBestMatch() 196 if (mlt > ml) { ml = mlt; *matchpos = base + matchIndex; } /* virtual matchpos */ in LZ4HC_InsertAndFindBestMatch() 199 matchIndex -= chainTable[matchIndex & 0xFFFF]; in LZ4HC_InsertAndFindBestMatch() 223 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local [all …]
|
/external/icu/icu4c/source/i18n/ |
D | ucurr.cpp | 1349 int32_t matchIndex = -1; in searchCurrencyName() local 1369 matchIndex = binarySearch(currencyNames, index, in searchCurrencyName() 1375 if (matchIndex != -1) { in searchCurrencyName() 1379 *maxMatchIndex = matchIndex; in searchCurrencyName() 1556 int32_t matchIndex = -1; in uprv_parseCurrency() local 1559 upperText, textLen, &max, &matchIndex); in uprv_parseCurrency() 1562 printf("search in names, max = %d, matchIndex = %d\n", max, matchIndex); in uprv_parseCurrency() 1581 if (max >= maxInSymbol && matchIndex != -1) { in uprv_parseCurrency() 1582 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4); in uprv_parseCurrency()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 1575 int64_t matchIndex);
|
D | regex.h | 1790 inline UBool findProgressInterrupt(int64_t matchIndex, UErrorCode &status);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1943 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local 1944 …assertEquals("matchData for Monday", 6, matchIndex); // Position of the pointer after the matched … in TestSimpleDateFormatCoverage() 1945 … matchIndex = matchString("Monday March 28, 2016 AD", 17, Calendar.YEAR, matchData, cal); in TestSimpleDateFormatCoverage() 1946 …assertEquals("matchData for 2016", 21, matchIndex); // Position of the pointer after the matched s… in TestSimpleDateFormatCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1947 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local 1948 …assertEquals("matchData for Monday", 6, matchIndex); // Position of the pointer after the matched … in TestSimpleDateFormatCoverage() 1949 … matchIndex = matchString("Monday March 28, 2016 AD", 17, Calendar.YEAR, matchData, cal); in TestSimpleDateFormatCoverage() 1950 …assertEquals("matchData for 2016", 21, matchIndex); // Position of the pointer after the matched s… in TestSimpleDateFormatCoverage()
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 2251 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback() argument
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4920 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn() argument 4923 info->lastIndex = matchIndex; in testProgressCallBackFn()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |