HomeSort by relevance Sort by last modified time
    Searched refs:startIx (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2_16.java 235 int startIx = block + (cp & UTRIE2_DATA_MASK);
237 for (int ix = startIx; ix<limitIx; ix++) {
241 cp += (ix - startIx);
247 cp += limitIx - startIx;
Trie2_32.java 232 int startIx = block + (cp & UTRIE2_DATA_MASK);
234 for (int ix = startIx; ix<limitIx; ix++) {
238 cp += (ix - startIx);
244 cp += limitIx - startIx;
  /external/icu/icu4c/source/i18n/
uregex.cpp 685 int32_t startIx = regexp->fMatcher->start(groupNum, *status);
694 int32_t fullLength = endIx - startIx;
709 u_memcpy(dest, &regexp->fText[startIx], copyLength);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 248 milliseconds