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

/external/icu4c/i18n/
H A Dtzgnames.cpp179 UVector* getMatches(int32_t& maxMatchLen);
243 GNameSearchHandler::getMatches(int32_t& maxMatchLen) { argument
246 maxMatchLen = fMaxMatchLen;
H A Dtznames_impl.cpp836 UVector* getMatches(int32_t& maxMatchLen);
899 ZNameSearchHandler::getMatches(int32_t& maxMatchLen) { argument
902 maxMatchLen = fMaxMatchLen;
H A Ducurr.cpp1128 // @param maxMatchLen(IN/OUT): passing in the computed max matching length
1136 int32_t *maxMatchLen, int32_t* maxMatchIndex) {
1139 if (len > *maxMatchLen && len <= textLen &&
1142 *maxMatchLen = len;
1144 printf("maxMatchIndex = %d, maxMatchLen = %d\n",
1145 *maxMatchIndex, *maxMatchLen);
1156 // @param maxMatchLen: passing in the computed max matching length
1164 int32_t* maxMatchLen, int32_t* maxMatchIndex) {
1166 *maxMatchLen = 0;
1196 *maxMatchLen
1133 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1161 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
[all...]

Completed in 63 milliseconds