HomeSort by relevance Sort by last modified time
    Searched refs:outStrings (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.h 135 * Allocate a string in inStrings or outStrings.
156 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
package.cpp 782 entry.nameOffset=(uint32_t)(basenameOffset+(items[i].name-outStrings));
805 length=(int32_t)fwrite(outStrings, 1, outStringTop, file);
    [all...]
  /external/icu4c/tools/toolutil/
package.h 149 * Allocate a string in inStrings or outStrings.
173 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
package.cpp 838 entry.nameOffset=(uint32_t)(basenameOffset+(items[i].name-outStrings));
861 length=(int32_t)fwrite(outStrings, 1, outStringTop, file);
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 695 jobjectArray outStrings, jlongArray outLongs, jfloatArray outFloats)
699 const jsize NS = outStrings ? env->GetArrayLength(outStrings) : 0;
791 env->SetObjectArrayElement(outStrings, di, str);
811 jobjectArray outStrings, jlongArray outLongs, jfloatArray outFloats)
816 (char*) bufferArray, startIndex, endIndex, format, outStrings,
825 jstring file, jintArray format, jobjectArray outStrings,
857 format, outStrings, outLongs, outFloats);
  /frameworks/base/core/java/android/os/
Process.java     [all...]
  /external/chromium_org/third_party/icu/source/common/
unames.c     [all...]
  /external/icu4c/common/
unames.cpp     [all...]
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java     [all...]

Completed in 135 milliseconds