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

1 2

  /external/icu/icu4c/source/i18n/unicode/
utrans.h 103 * being transliterated. The first region, [contextStart,
113 * <p>contextStart <= start <= limit <= contextLimit
132 int32_t contextStart;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ReplaceableContextIterator.java 39 limit=cpStart=cpLimit=index=contextStart=contextLimit=0;
51 cpStart=cpLimit=index=contextStart=0;
93 * @param contextStart Start of context for next().
96 public void setContextLimits(int contextStart, int contextLimit) {
97 if(contextStart<0) {
98 this.contextStart=0;
99 } else if(contextStart<=rep.length()) {
100 this.contextStart=contextStart;
102 this.contextStart=rep.length()
    [all...]
Transliterator.java 248 * transliterated. The first region, [contextStart,
258 * <p>contextStart &lt;= start &lt;= limit &lt;= contextLimit
274 public int contextStart;
303 * contextStart, and contextLimit all equal to zero.
311 * contextStart, and contextLimit. The limit is set to the
314 public Position(int contextStart, int contextLimit, int start) {
315 this(contextStart, contextLimit, start, contextLimit);
320 * contextStart, and contextLimit.
322 public Position(int contextStart, int contextLimit,
324 this.contextStart = contextStart
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ReplaceableContextIterator.java 38 limit=cpStart=cpLimit=index=contextStart=contextLimit=0;
50 cpStart=cpLimit=index=contextStart=0;
92 * @param contextStart Start of context for next().
95 public void setContextLimits(int contextStart, int contextLimit) {
96 if(contextStart<0) {
97 this.contextStart=0;
98 } else if(contextStart<=rep.length()) {
99 this.contextStart=contextStart;
101 this.contextStart=rep.length()
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java 249 * transliterated. The first region, [contextStart,
259 * <p>contextStart &lt;= start &lt;= limit &lt;= contextLimit
277 public int contextStart;
309 * contextStart, and contextLimit all equal to zero.
318 * contextStart, and contextLimit. The limit is set to the
322 public Position(int contextStart, int contextLimit, int start) {
323 this(contextStart, contextLimit, start, contextLimit);
328 * contextStart, and contextLimit.
331 public Position(int contextStart, int contextLimit,
333 this.contextStart = contextStart
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
diffutils-1.3.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 

Completed in 121 milliseconds

1 2