HomeSort by relevance Sort by last modified time
    Searched defs:strIdx (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/cintltst/
cldrtest.c 737 int32_t strIdx;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 341 int strIdx = c.getColumnIndexOrThrow("str");
347 c.copyStringToBuffer(strIdx, buf);
355 c.copyStringToBuffer(strIdx, buf);
363 c.copyStringToBuffer(strIdx, buf);
364 compareTo = c.getString(strIdx);
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 463 int strIdx;
464 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
472 pool = table.getTableStringBlock(strIdx);
477 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
478 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
    [all...]

Completed in 1914 milliseconds