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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 305 /*int32_t iteratorIndex;*/
335 uint32_t iteratorIndex;
    [all...]
ucol.cpp 152 //(s)->iteratorIndex = 0;
201 backup->iteratorIndex = 0;
203 //backup->iteratorIndex = data->iterator->getIndex(data->iterator, UITER_CURRENT);
204 backup->iteratorIndex = data->iterator->getState(data->iterator);
206 if(backup->iteratorIndex == UITER_NO_STATE) {
207 while((backup->iteratorIndex = data->iterator->getState(data->iterator)) == UITER_NO_STATE) {
231 //data->iterator->move(data->iterator, backup->iteratorIndex, UITER_ZERO);
232 data->iterator->setState(data->iterator, backup->iteratorIndex, &status);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 84 milliseconds