Searched defs:charIndex (Results 1 - 25 of 25) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiLine.java240 static byte getLevelAt(Bidi bidi, int charIndex) argument
243 if (bidi.direction != Bidi.MIXED || charIndex >= bidi.trailingWSStart) {
244 return bidi.GetParaLevelAt(charIndex);
246 return bidi.levels[charIndex];
H A DBidi.java4424 * <li>maximum value of the <code>charIndex</code> argument of
4426 * <li>maximum value of the <code>charIndex</code> argument of
4569 * @param charIndex is the index of a character within the text, in the
4580 * @throws IllegalArgumentException if charIndex is not within the legal range
4586 public BidiRun getParagraph(int charIndex) argument
4590 verifyRange(charIndex, 0, bidi.length);
4592 for (paraIndex = 0; charIndex >= bidi.paras_limit[paraIndex]; paraIndex++) {
4600 * @param charIndex is the index of a character within the text, in the
4608 * @throws IllegalArgumentException if charIndex is not within the legal range
4613 public int getParagraphIndex(int charIndex) argument
4737 getLevelAt(int charIndex) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiLine.java239 static byte getLevelAt(Bidi bidi, int charIndex) argument
242 if (bidi.direction != Bidi.MIXED || charIndex >= bidi.trailingWSStart) {
243 return bidi.GetParaLevelAt(charIndex);
245 return bidi.levels[charIndex];
H A DBidi.java4469 * <li>maximum value of the <code>charIndex</code> argument of
4471 * <li>maximum value of the <code>charIndex</code> argument of
4619 * @param charIndex is the index of a character within the text, in the
4630 * @throws IllegalArgumentException if charIndex is not within the legal range
4637 public BidiRun getParagraph(int charIndex) argument
4641 verifyRange(charIndex, 0, bidi.length);
4643 for (paraIndex = 0; charIndex >= bidi.paras_limit[paraIndex]; paraIndex++) {
4651 * @param charIndex is the index of a character within the text, in the
4659 * @throws IllegalArgumentException if charIndex is not within the legal range
4665 public int getParagraphIndex(int charIndex) argument
4794 getLevelAt(int charIndex) argument
[all...]
/external/icu/icu4c/source/common/
H A Dubidiln.cpp251 ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex) { argument
253 if(!IS_VALID_PARA_OR_LINE(pBiDi) || charIndex<0 || pBiDi->length<=charIndex) {
255 } else if(pBiDi->direction!=UBIDI_MIXED || charIndex>=pBiDi->trailingWSStart) {
256 return GET_PARALEVEL(pBiDi, charIndex);
258 return pBiDi->levels[charIndex];
H A Dubidi.cpp2973 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, argument
2983 RETURN_IF_BAD_RANGE(charIndex, 0, pBiDi->length, *pErrorCode, -1);
2985 for(paraIndex=0; charIndex>=pBiDi->paras[paraIndex].limit; paraIndex++);
/external/icu/icu4c/source/test/letest/
H A Dcletest.c641 le_int32 charIndex = 0, lineNumber = 1; local
683 if (ix != charIndex) {
684 if (ix != charIndex - 1) {
686 i, lineNumber, charIndex, ix);
690 charIndex += 1;
699 * is equal to charIndex and then advance charIndex to the maximum.
715 if (minIndex != charIndex) {
717 run, lineNumber, charIndex, minIndex);
721 charIndex
[all...]
H A Dletest.cpp877 le_int32 charIndex = 0, lineNumber = 1; local
913 if (ix != charIndex) {
914 if (ix != charIndex - 1) {
916 i, lineNumber, charIndex, ix);
920 charIndex += 1;
929 * is equal to charIndex and then advance charIndex to the maximum.
945 if (minIndex != charIndex) {
947 run, lineNumber, charIndex, minIndex);
951 charIndex
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DBidi.java1452 // * <li>maximum value of the <code>charIndex</code> argument of
1454 // * <li>maximum value of the <code>charIndex</code> argument of
1584 // * @param charIndex is the index of a character within the text, in the
1595 // * @throws IllegalArgumentException if charIndex is not within the legal range
1602 // public BidiRun getParagraph(int charIndex)
1610 // * @param charIndex is the index of a character within the text, in the
1618 // * @throws IllegalArgumentException if charIndex is not within the legal range
1624 // public int getParagraphIndex(int charIndex)
1720 * @param charIndex the index of a character.
1722 * @return The level for the character at <code>charIndex</cod
1732 getLevelAt(int charIndex) argument
[all...]
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp984 le_int32 ParagraphLayout::previousBreak(le_int32 charIndex) argument
988 while (charIndex < fCharCount &&
989 (u_isWhitespace(fChars[charIndex]) ||
990 u_iscntrl(fChars[charIndex]))) {
991 charIndex += 1;
1008 return fBreakIterator->preceding(charIndex + 1);
1137 le_int32 ParagraphLayout::getCharRun(le_int32 charIndex) argument
1139 if (charIndex < 0 || charIndex > fCharCount) {
1149 while (charIndex >
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp406 int32_t charIndex = rand() % cclass->fSet->size(); local
407 UChar32 c = cclass->fSet->charAt(charIndex);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DGattServerFacade.java464 * @param charIndex of the characteristic
470 @RpcParameter(name = "charIndex") Integer charIndex)
472 BluetoothGattCharacteristic gattChar = mCharacteristicList.get(charIndex);
474 throw new Exception("Invalid index input: " + charIndex);
482 * @param charIndex of the characteristic
488 @RpcParameter(name = "charIndex") Integer charIndex)
490 BluetoothGattCharacteristic gattChar = mCharacteristicList.get(charIndex);
492 throw new Exception("Invalid index input: " + charIndex);
469 gattServerGetCharacteristicUuid( @pcParametername = �) Integer charIndex) argument
487 gattServerGetCharacteristicInstanceId( @pcParametername = �) Integer charIndex) argument
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 719 milliseconds