OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringBlock
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/content/res/
StringBlock.java
34
final class
StringBlock
{
45
public
StringBlock
(byte[] data, boolean useSparse) {
53
public
StringBlock
(byte[] data, int offset, int size, boolean useSparse) {
416
* of this newly creating
StringBlock
.
418
StringBlock
(int obj, boolean useSparse) {
/external/icu4c/tools/gencnval/
gencnval.c
95
}
StringBlock
;
98
static
StringBlock
stringBlock
= { stringStore, 0, STRING_STORE_SIZE };
114
static
StringBlock
tagBlock = { tagStore, 0, TAG_STORE_SIZE };
172
allocString(
StringBlock
*block, const char *s, int32_t length);
324
allocString(&
stringBlock
, "", 0);
427
converter=allocString(&
stringBlock
, line+start, length);
463
alias=allocString(&
stringBlock
, line+start, length);
[
all
...]
Completed in 161 milliseconds