Searched defs:StringBlock (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DStringBlock.java41 * formatting information for the StringBlock
45 class StringBlock implements Cloneable { class in inherits:Cloneable
62 * @param text the text that the StringBlock will hold
69 StringBlock(String text, Rectangle textBox, BitmapFont.Align alignment, float size, ColorRGBA color, method in class:StringBlock
79 StringBlock(){ method in class:StringBlock
89 public StringBlock clone(){
91 StringBlock clone = (StringBlock) super.clone();
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c95 } StringBlock; typedef in typeref:struct:__anon11930
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);
1062 allocString(StringBlock *block, const char *s, int32_t length) {
/external/icu4c/tools/gencnval/
H A Dgencnval.c95 } StringBlock; typedef in typeref:struct:__anon19480
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);
1071 allocString(StringBlock *block, const char *s, int32_t length) {

Completed in 343 milliseconds