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

  /external/icu4c/test/cintltst/
cldrtest.c     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c     [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 337 int strIdx = c.getColumnIndexOrThrow("str");
343 c.copyStringToBuffer(strIdx, buf);
351 c.copyStringToBuffer(strIdx, buf);
359 c.copyStringToBuffer(strIdx, buf);
360 compareTo = c.getString(strIdx);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
Resource.cpp 395 int strIdx;
396 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
404 pool = table.getTableStringBlock(strIdx);
409 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
410 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
    [all...]

Completed in 104 milliseconds