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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 187 int itemStart, itemEnd;
191 itemEnd = 0;
193 while (itemEnd < endPos)
197 for (itemStart = itemEnd; itemStart < endPos; itemStart++)
215 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
217 ch = catedStr.charAt(itemEnd);
229 else if ((itemEnd + 1) < endPos)
231 ch = catedStr.charAt(itemEnd + 1)
    [all...]
  /external/icu4c/common/
uloc.cpp     [all...]

Completed in 68 milliseconds