Searched refs:matchLen (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Dustring.c465 int32_t matchLen, matchBMPLen, strItr, matchItr; local
476 matchLen = matchBMPLen;
477 while(matchSet[matchLen] != 0) {
478 ++matchLen;
485 for(matchItr = 0; matchItr < matchLen; ++matchItr) {
491 for(matchItr = 0; matchItr < matchLen; ++matchItr) {
511 for(matchItr = matchBMPLen; matchItr < matchLen;) {
512 U16_NEXT(matchSet, matchItr, matchLen, matchCh);
518 for(matchItr = matchBMPLen; matchItr < matchLen;) {
519 U16_NEXT(matchSet, matchItr, matchLen, matchC
[all...]
H A Duniset.cpp675 int32_t matchLen = matchRest(text, offset, limit, trial); local
679 if (matchLen == maxLen) {
685 if (matchLen == trial.length()) {
687 if (matchLen > highWaterLength) {
688 highWaterLength = matchLen;
692 if (forward && matchLen < highWaterLength) {
/external/icu4c/i18n/
H A Dtzfmt.cpp211 int32_t matchLen = matchInfo->getMatchLength(i); local
212 if (matchLen > bestLen) {
213 bestLen = matchLen;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 146 milliseconds