HomeSort by relevance Sort by last modified time
    Searched defs:StringBlock (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
StringBlock.java 41 * formatting information for the StringBlock
45 class StringBlock implements Cloneable {
62 * @param text the text that the StringBlock will hold
69 StringBlock(String text, Rectangle textBox, BitmapFont.Align alignment, float size, ColorRGBA color,
79 StringBlock(){
89 public StringBlock clone(){
91 StringBlock clone = (StringBlock) super.clone();
  /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 214 milliseconds