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

1 2 3 4 5

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DexBackedStringReference.java 41 public final int stringIndex;
44 int stringIndex) {
46 this.stringIndex = stringIndex;
51 return dexFile.getString(stringIndex);
  /external/icu/icu4c/source/common/
ulistformatter.cpp 67 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) {
68 ustrings[stringIndex].setTo(TRUE, strings[stringIndex], -1);
71 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) {
72 ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[stringIndex])
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedStringEncodedValue.java 42 private final int stringIndex;
46 stringIndex = reader.readSizedSmallUint(valueArg + 1);
50 return dexFile.getString(stringIndex);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
StringIdItem.java 72 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex) {
73 return getReferenceAnnotation(dexFile, stringIndex, false);
77 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote) {
79 String string = dexFile.getString(stringIndex);
83 return String.format("string_id_item[%d]: %s", stringIndex, string);
87 return String.format("string_id_item[%d]", stringIndex);
92 public static String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex) {
93 return getOptionalReferenceAnnotation(dexFile, stringIndex, false);
97 public static String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex,
99 if (stringIndex == -1)
    [all...]
TypeIdItem.java 53 int stringIndex = dexFile.readSmallUint(out.getCursor());
54 out.annotate(4, StringIdItem.getReferenceAnnotation(dexFile, stringIndex));
EncodedValue.java 85 int stringIndex = reader.readSizedSmallUint(valueArg + 1);
87 StringIdItem.getReferenceAnnotation(reader.dexBuf, stringIndex, true));
  /libcore/libart/src/main/java/java/lang/
DexCache.java 111 native String getResolvedString(int stringIndex);
113 native void setResolvedString(int stringIndex, String string);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedDexFile.java 170 public int getStringIdItemOffset(int stringIndex) {
171 if (stringIndex < 0 || stringIndex >= stringCount) {
172 throw new InvalidItemIndex(stringIndex, "String index out of bounds: %d", stringIndex);
174 return stringStartOffset + stringIndex*StringIdItem.ITEM_SIZE;
237 public String getString(int stringIndex) {
238 int stringOffset = getStringIdItemOffset(stringIndex);
246 public String getOptionalString(int stringIndex) {
247 if (stringIndex == -1)
    [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 192 for (int stringIndex = 0; stringIndex < stringLength; stringIndex++)
194 char c = string.charAt(stringIndex);
208 for (int stringIndex = 0; stringIndex < stringLength; stringIndex++)
210 char c = string.charAt(stringIndex);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestReorderingMode.java 613 private boolean checkMaps(Bidi bidi, int stringIndex, String src, String dest,
624 expectedLogicalMap = forwardMap[stringIndex];
625 expectedVisualMap = inverseMap[stringIndex];
627 expectedLogicalMap = inverseMap[stringIndex];
628 expectedVisualMap = forwardMap[stringIndex];
634 "string index " + stringIndex + "\n" +
650 "string index " + stringIndex + "\n" +
669 "string index " + stringIndex + "\n" +
    [all...]
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 121 int stringIndex = 0;
124 stringIds.add(stringIndex);
126 stringIndex++;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestReorderingMode.java 617 private boolean checkMaps(Bidi bidi, int stringIndex, String src, String dest,
628 expectedLogicalMap = forwardMap[stringIndex];
629 expectedVisualMap = inverseMap[stringIndex];
631 expectedLogicalMap = inverseMap[stringIndex];
632 expectedVisualMap = forwardMap[stringIndex];
638 "string index " + stringIndex + "\n" +
654 "string index " + stringIndex + "\n" +
673 "string index " + stringIndex + "\n" +
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 137 public int adjustString(int stringIndex) {
138 return stringIndex == ClassDef.NO_INDEX ? ClassDef.NO_INDEX : stringIds[stringIndex];
DexMerger.java 400 int stringIndex = in.readInt();
401 return indexMap.adjustString(stringIndex);
    [all...]
  /art/test/201-built-in-exception-detail-messages/src/
Main.java 30 stringIndex();
442 private static void stringIndex() throws Exception {
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 293 int stringIndex = bytes.getUnsignedShort(at + 1);
294 cst = parse0(stringIndex, wasUtf8);
  /external/v8/src/js/
regexp.js 505 var stringIndex = prevStringIndex;
506 while (stringIndex < size) {
507 splitter.lastIndex = stringIndex;
512 stringIndex += AdvanceStringIndex(string, stringIndex, unicode);
516 stringIndex += AdvanceStringIndex(string, stringIndex, unicode);
520 %_SubString(string, prevStringIndex, stringIndex));
530 stringIndex = prevStringIndex;
    [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h 660 * @param stringIndex An index to the wanted string.
689 int32_t stringIndex,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 107 static UBool checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src,
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 704 for (unsigned stringIndex = 0; stringIndex != numCharacters; ++stringIndex) {
706 unsigned digitBitIndex = 4 * (numCharacters - stringIndex - 1);
719 buffer[stringIndex] = charForHex[hexDigit];
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 

Completed in 457 milliseconds

1 2 3 4 5