HomeSort by relevance Sort by last modified time
    Searched full:stringblock (Results 1 - 11 of 11) sorted by null

  /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...]
  /frameworks/base/core/jni/
android_util_StringBlock.cpp 18 #define LOG_TAG "StringBlock"
205 "android/content/res/StringBlock", gStringBlockMethods, NELEM(gStringBlockMethods));
android_util_AssetManager.cpp 764 block = entry->stringBlock;
    [all...]
  /frameworks/base/core/java/android/content/res/
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;
AssetManager.java 74 private StringBlock mStringBlocks[] = null;
233 StringBlock[] blocks = mStringBlocks;
256 mStringBlocks = new StringBlock[num];
263 mStringBlocks[i] = new StringBlock(getNativeStringBlock(i), true);
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /frameworks/base/
preloaded-classes 126 android.content.res.StringBlock
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 124 milliseconds