HomeSort by relevance Sort by last modified time
    Searched defs:textStart (Results 1 - 25 of 36) sorted by null

1 2

  /external/hamcrest/src/org/hamcrest/core/
DescribedAs.java 35 int textStart = 0;
37 description.appendText(descriptionTemplate.substring(textStart, arg.start()));
40 textStart = arg.end();
43 if (textStart < descriptionTemplate.length()) {
44 description.appendText(descriptionTemplate.substring(textStart));
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 68 int32_t textStart;
117 textStart = myStart;
137 while (start > textStart) {
  /external/icu/icu4c/source/i18n/
anytrans.cpp 70 int32_t textStart;
119 textStart = myStart;
139 while (start > textStart) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 99 int textStart = findTextStart(doc, lineStart, offset);
101 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(textStart);
103 Pair<Integer,Integer> balance = getBalance(doc, textStart, offset);
108 if (textStart > lineStart) {
109 lineIndent = doc.get(lineStart, textStart - lineStart);
353 int textStart = findTextStart(doc, lineStart, command.offset);
356 if (textStart > lineStart) {
357 sb.append(doc.get(lineStart, textStart - lineStart));
390 * Returns a pair of (tag-balance,bracket-balance) for the range textStart to offset.
  /frameworks/base/core/java/android/text/
TextLine.java 821 int textStart = mStart + start;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 721 int textStart = findTextStart(mDocument, lineStart, region.getEndOffset());
726 if (textStart == region.getStartOffset()) {
728 Math.max(0, textStart - lineStart));
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /external/expat/lib/
xmlparse.c     [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/owasp/sanitizer/lib/junit/
junit.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 984 milliseconds

1 2