HomeSort by relevance Sort by last modified time
    Searched defs:currPos (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/
dictbe.cpp 366 int32_t currPos;
367 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
369 wordLength += (int32_t)utext_getNativeIndex(text) - currPos;
595 int32_t currPos;
596 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
598 wordLength += (int32_t)utext_getNativeIndex(text) - currPos;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java     [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 909 // The currPos.isNotNull() check is needed because positions in non-HTML content
912 VisiblePosition currPos = VisiblePosition(positionBeforeNode(m_node), DOWNSTREAM);
913 return startPos.isNotNull() && currPos.isNotNull() && !inSameLine(startPos, currPos);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 304 milliseconds