HomeSort by relevance Sort by last modified time
    Searched refs:currentStart (Results 1 - 25 of 28) sorted by null

1 2

  /external/autotest/frontend/client/src/autotest/common/ui/
Paginator.java 50 protected int currentStart = 0;
61 currentStart -= Paginator.this.resultsPerPage;
68 currentStart += Paginator.this.resultsPerPage;
75 currentStart = 0;
82 currentStart = getLastPageStart();
104 return currentStart;
112 int end = currentStart + resultsPerPage;
137 if (currentStart >= numResults)
138 currentStart = getLastPageStart();
145 this.currentStart = start
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
StringTokenIterator.java 39 public int currentStart() {
InternalLocaleBuilder.java 133 throw new LocaleSyntaxException("Ill-formed Unicode locale keyword type: " + type, itr.currentStart());
183 throw new LocaleSyntaxException("Ill-formed extension value: " + s, itr.currentStart());
221 start = itr.currentStart();
252 start = itr.currentStart();
275 throw new LocaleSyntaxException("Ill-formed extension subtags:" + subtags.substring(itr.currentStart()), itr.currentStart());
477 privVarStart = itr.currentStart();
529 prefixStart = itr.currentStart();
550 return itr.currentStart();
607 typeStart = itr.currentStart();
    [all...]
LanguageTag.java 204 sts._errorIndex = itr.currentStart();
336 int start = itr.currentStart();
379 int start = itr.currentStart();
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 35 public int currentStart() {
InternalLocaleBuilder.java 129 throw new LocaleSyntaxException("Ill-formed Unicode locale keyword type: " + type, itr.currentStart());
179 throw new LocaleSyntaxException("Ill-formed extension value: " + s, itr.currentStart());
217 start = itr.currentStart();
248 start = itr.currentStart();
271 throw new LocaleSyntaxException("Ill-formed extension subtags:" + subtags.substring(itr.currentStart()), itr.currentStart());
473 privVarStart = itr.currentStart();
525 prefixStart = itr.currentStart();
546 return itr.currentStart();
603 typeStart = itr.currentStart();
    [all...]
LanguageTag.java 192 sts._errorIndex = itr.currentStart();
324 int start = itr.currentStart();
367 int start = itr.currentStart();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 35 public int currentStart() {
InternalLocaleBuilder.java 129 throw new LocaleSyntaxException("Ill-formed Unicode locale keyword type: " + type, itr.currentStart());
179 throw new LocaleSyntaxException("Ill-formed extension value: " + s, itr.currentStart());
217 start = itr.currentStart();
248 start = itr.currentStart();
271 throw new LocaleSyntaxException("Ill-formed extension subtags:" + subtags.substring(itr.currentStart()), itr.currentStart());
473 privVarStart = itr.currentStart();
525 prefixStart = itr.currentStart();
546 return itr.currentStart();
603 typeStart = itr.currentStart();
    [all...]
LanguageTag.java 200 sts._errorIndex = itr.currentStart();
332 int start = itr.currentStart();
375 int start = itr.currentStart();
  /libcore/ojluni/src/main/java/sun/util/locale/
InternalLocaleBuilder.java 154 itr.currentStart());
205 itr.currentStart());
243 start = itr.currentStart();
275 start = itr.currentStart();
301 + subtags.substring(itr.currentStart()),
302 itr.currentStart());
506 privVarStart = itr.currentStart();
559 prefixStart = itr.currentStart();
580 return itr.currentStart();
637 typeStart = itr.currentStart();
    [all...]
StringTokenIterator.java 62 public int currentStart() {
LanguageTag.java 213 sts.errorIndex = itr.currentStart();
345 int start = itr.currentStart();
388 int start = itr.currentStart();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 

Completed in 297 milliseconds

1 2