Searched refs:stringIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A Dprintapk.cpp107 for (size_t stringIndex=0; stringIndex<stringCount; stringIndex++) {
109 const char16_t* ch = strings->stringAt(stringIndex, &len);
111 printf(" [%3d] %s\n", (int)stringIndex, s.string());
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1769 jint stringIndex = -1; local
1776 stringIndex = value.data;
1790 env->SetIntArrayRegion(array, j + 1, 1, &stringIndex);

Completed in 71 milliseconds