HomeSort by relevance Sort by last modified time
    Searched refs:startingAt (Results 1 - 16 of 16) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RbnfLenientScanner.java 52 * @param startingAt The index into "str" where the search is to
61 int[] findText(String str, String key, int startingAt);
PluralFormat.java 709 int startingAt = pos.getBeginIndex();
710 if (startingAt < 0) {
711 startingAt = 0;
    [all...]
NFRule.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RbnfLenientScanner.java 50 * @param startingAt The index into "str" where the search is to
59 int[] findText(String str, String key, int startingAt);
PluralFormat.java 728 int startingAt = pos.getBeginIndex();
729 if (startingAt < 0) {
730 startingAt = 0;
    [all...]
NFRule.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/text/
RbnfScannerProviderImpl.java 144 public int[] findText(String str, String key, int startingAt) {
145 int p = startingAt;
150 // and with the first one running from startingAt to the end)
172 public int[] findText2(String str, String key, int startingAt) {
179 strIter.setOffset(startingAt);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/
RbnfScannerProviderImpl.java 142 public int[] findText(String str, String key, int startingAt) {
143 int p = startingAt;
148 // and with the first one running from startingAt to the end)
170 public int[] findText2(String str, String key, int startingAt) {
177 strIter.setOffset(startingAt);
  /external/icu/icu4c/source/i18n/
nfrule.h 85 int32_t startingAt, int32_t* resultCount) const;
105 int32_t startingAt, int32_t* resultCount) const;
plurfmt.cpp 509 int startingAt = pos.getBeginIndex();
510 if (startingAt < 0) {
511 startingAt = 0;
547 currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length);
550 currMatchIndex = source.indexOf(currArg, startingAt);
nfrule.cpp     [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
MagnificationGestureHandlerTest.java 32 import static android.accessibilityservice.cts.utils.GestureUtils.startingAt;
221 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation2));
222 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation));
295 builder.addStroke(startingAt(time, stroke));
AccessibilityGestureDetectorTest.java 21 import static android.accessibilityservice.cts.utils.GestureUtils.startingAt;
251 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation));
260 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, longClick(mTapLocation));
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
GestureUtils.java 102 public static StrokeDescription startingAt(long timeMs, StrokeDescription prototype) {
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 721 milliseconds