HomeSort by relevance Sort by last modified time
    Searched refs:textStart (Results 1 - 25 of 42) 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));
  /libcore/luni/src/main/java/java/text/
Bidi.java 183 * @param textStart
202 * if {@code textStart}, {@code embStart}, or {@code
204 * {@code text.length < textStart + paragraphLength} or
211 public Bidi(char[] text, int textStart, byte[] embeddings, int embStart,
214 if (text == null || text.length - textStart < paragraphLength) {
224 if (textStart < 0) {
225 throw new IllegalArgumentException("Negative textStart value " + textStart);
236 bidi = createUBiDi(text, textStart, embeddings, embStart, paragraphLength, flags);
265 private static long createUBiDi(char[] text, int textStart,
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StreamingTextView.java 183 private void addDottySpans(SpannableStringBuilder displayText, String text, int textStart) {
186 int wordStart = textStart + m.start();
187 int wordEnd = textStart + m.end();
194 int textStart) {
196 int start = textStart;
197 int end = textStart + text.length();
  /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.
  /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) {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 373 * @param textStart beginning plain-text offset
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
382 int startNode = Math.max(getBlockStart(textStart), minNode);
387 "text pos: " + textStart + "-" + textEnd + "\n" +
389 plainText.substring(textStart, textEnd));
547 int textstart = textPositions[fromNode]; local
549 return plainText.substring(textstart, textend);
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /frameworks/base/core/java/android/text/
TextLine.java 824 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...]
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c     [all...]
  /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/misc/common/android-support-test/
android-support-test.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.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/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/misc/common/ecj/
ecj.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 

Completed in 1240 milliseconds

1 2