Searched refs:codePointOffset (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java5565 * @param codePointOffset the number of code points by which to offset the index
5568 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { argument
5574 if (codePointOffset < 0) {
5575 while (++codePointOffset <= 0) {
5580 if (++codePointOffset > 0) {
5588 while (--codePointOffset >= 0) {
5593 if (--codePointOffset < 0) {
5612 * @param codePointOffset the number of code points by which to offset the index
5616 int codePointOffset) {
5625 if (codePointOffset <
5615 offsetByCodePoints(char[] text, int start, int count, int index, int codePointOffset) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java6228 * @param codePointOffset the number of code points by which to offset the index
6232 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { argument
6238 if (codePointOffset < 0) {
6239 while (++codePointOffset <= 0) {
6244 if (++codePointOffset > 0) {
6252 while (--codePointOffset >= 0) {
6257 if (--codePointOffset < 0) {
6276 * @param codePointOffset the number of code points by which to offset the index
6281 int codePointOffset) {
6290 if (codePointOffset <
6280 offsetByCodePoints(char[] text, int start, int count, int index, int codePointOffset) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 106 milliseconds