OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringBlock
(Results
1 - 4
of
4
) 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
35
final class
StringBlock
{
46
public
StringBlock
(byte[] data, boolean useSparse) {
54
public
StringBlock
(byte[] data, int offset, int size, boolean useSparse) {
475
* of this newly creating
StringBlock
.
477
StringBlock
(int obj, boolean useSparse) {
/external/chromium_org/third_party/icu/source/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
...]
/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);
334
allocString(&
stringBlock
, "", 0);
437
converter=allocString(&
stringBlock
, line+start, length);
473
alias=allocString(&
stringBlock
, line+start, length);
[
all
...]
Completed in 924 milliseconds