OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringBlock
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/res/
AssetManager.java
74
private
StringBlock
mStringBlocks[] = null;
233
StringBlock
[] blocks = mStringBlocks;
256
mStringBlocks = new
StringBlock
[num];
263
mStringBlocks[i] = new
StringBlock
(getNativeStringBlock(i), true);
StringBlock.java
35
final class
StringBlock
{
46
public
StringBlock
(byte[] data, boolean useSparse) {
54
public
StringBlock
(byte[] data, int offset, int size, boolean useSparse) {
390
* of this newly creating
StringBlock
.
392
StringBlock
(int obj, boolean useSparse) {
XmlBlock.java
40
mStrings = new
StringBlock
(nativeGetStringBlock(mNative), false);
46
mStrings = new
StringBlock
(nativeGetStringBlock(mNative), false);
482
mStrings = new
StringBlock
(nativeGetStringBlock(xmlBlock), false);
487
private final
StringBlock
mStrings;
/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 53 milliseconds