OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strIdx
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/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
427
int
strIdx
;
428
if ((
strIdx
=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
436
pool = table.getTableStringBlock(
strIdx
);
441
printf("***** RES ATTR: %s specFlags=0x%x
strIdx
=%d: %s\n", attr,
442
specFlags,
strIdx
, str != NULL ? String8(str).string() : "???");
[
all
...]
Completed in 85 milliseconds