Searched refs:maxMatchLen (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducurr.cpp1258 // @param maxMatchLen(IN/OUT): passing in the computed max matching length
1266 int32_t *maxMatchLen, int32_t* maxMatchIndex) {
1269 if (len > *maxMatchLen && len <= textLen &&
1272 *maxMatchLen = len;
1274 printf("maxMatchIndex = %d, maxMatchLen = %d\n",
1275 *maxMatchIndex, *maxMatchLen);
1286 // @param maxMatchLen: passing in the computed max matching length
1294 int32_t* maxMatchLen, int32_t* maxMatchIndex) {
1296 *maxMatchLen = 0;
1326 *maxMatchLen
1263 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1291 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp914 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
971 ZNameSearchHandler::getMatches(int32_t& maxMatchLen) { argument
974 maxMatchLen = fMaxMatchLen;
1885 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
2000 TZDBNameSearchHandler::getMatches(int32_t& maxMatchLen) { argument
2003 maxMatchLen = fMaxMatchLen;
H A Dtzgnames.cpp195 UVector* getMatches(int32_t& maxMatchLen);
260 GNameSearchHandler::getMatches(int32_t& maxMatchLen) { argument
263 maxMatchLen = fMaxMatchLen;

Completed in 138 milliseconds