Home
last modified time | relevance | path

Searched defs:matchIndex (Results 1 – 7 of 7) sorted by relevance

/external/lz4/lib/
Dlz4opt.h99 U32 matchIndex; in LZ4HC_BinTree_InsertAndGetAllMatches() local
Dlz4hc.c143 U32 matchIndex; in LZ4HC_InsertAndFindBestMatch() local
197 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local
/external/icu/icu4c/source/common/
Ducurr.cpp1297 int32_t matchIndex = -1; in searchCurrencyName() local
1503 int32_t matchIndex = -1; in uprv_parseCurrency() local
/external/icu/icu4c/source/test/cintltst/
Dreapits.c2253 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1990 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1989 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4929 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()