OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strIdx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cldrtest.c
[
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
468
int
strIdx
;
469
if ((
strIdx
=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
477
pool = table.getTableStringBlock(
strIdx
);
482
printf("***** RES ATTR: %s specFlags=0x%x
strIdx
=%d: %s\n", attr,
483
specFlags,
strIdx
, str != NULL ? String8(str).string() : "???");
[
all
...]
Completed in 763 milliseconds