Searched refs:nba (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Dusearch.cpp4009 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
4010 if (nba >= lastCEI->highIndex) {
4011 mLimit = nba;
4249 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
4251 if (nba >= lastCEI->highIndex) {
4252 mLimit = nba;
4272 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
4273 mLimit = maxLimit = (nba > 0) && (startIdx > nba) ? nba
[all...]
/external/icu4c/test/intltest/
H A Dssearch.cpp1243 int32_t nba = ubrk_following(charBreakIterator, minLimit); local
1245 if (nba >= targetOrders.getHighOffset(i + patternSize - 1)) {
1246 mend = nba;
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp3978 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
3980 if (nba >= lastCEI->highIndex) {
3981 mLimit = nba;
4211 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
4213 if (nba >= lastCEI->highIndex) {
4214 mLimit = nba;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp2013 int32_t nba = ubrk_following(charBreakIterator, minLimit); local
2015 if (nba >= targetOrders.getHighOffset(i + patternSize - 1)) {
2016 mend = nba;

Completed in 142 milliseconds