Package | Description |
---|---|
com.caucho.quercus | |
com.caucho.quercus.env | |
com.caucho.quercus.lib.i18n |
Modifier and Type | Method and Description |
---|---|
UnicodeBuilderValue |
QuercusContext.createUnicodeString(java.lang.String name)
Creates a string.
|
Modifier and Type | Class and Description |
---|---|
class |
UnicodeValueImpl
Represents a unicode string value.
|
class |
UnsetUnicodeValue |
Modifier and Type | Field and Description |
---|---|
static UnicodeBuilderValue |
UnicodeBuilderValue.EMPTY |
Modifier and Type | Method and Description |
---|---|
StringValue |
StringValue.append(UnicodeBuilderValue sb,
int head,
int tail)
Append a Java buffer to the value.
|
StringValue |
UnicodeBuilderValue.append(UnicodeBuilderValue sb,
int head,
int tail)
Append a Java buffer to the value.
|
StringValue |
LargeStringBuilderValue.appendTo(UnicodeBuilderValue sb)
Append to a string builder.
|
StringValue |
Var.appendTo(UnicodeBuilderValue sb)
Append to a unicode builder.
|
StringValue |
Value.appendTo(UnicodeBuilderValue sb)
Append to a string builder.
|
StringValue |
StringValue.appendTo(UnicodeBuilderValue sb)
Append to a string builder.
|
StringValue |
JavaAdapterVar.appendTo(UnicodeBuilderValue sb)
Append to a string builder.
|
StringValue |
NullValue.appendTo(UnicodeBuilderValue sb)
Append to a unicode builder.
|
StringValue |
UnicodeBuilderValue.appendTo(UnicodeBuilderValue sb)
Append to a string builder.
|
StringValue |
StringBuilderValue.appendTo(UnicodeBuilderValue bb)
Append to a string builder.
|
StringValue |
ObjectValue.appendTo(UnicodeBuilderValue sb)
Append to a string builder.
|
StringValue |
LongValue.appendTo(UnicodeBuilderValue sb)
Append to a unicode builder.
|
StringValue |
BinaryBuilderValue.appendTo(UnicodeBuilderValue sb)
Append to a string builder.
|
Constructor and Description |
---|
UnicodeBuilderValue(UnicodeBuilderValue v) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Decoder.decodeUnicode(StringValue str,
UnicodeBuilderValue sb) |
void |
GenericDecoder.decodeUnicode(StringValue str,
UnicodeBuilderValue sb) |
void |
Utf8Decoder.decodeUnicode(StringValue str,
UnicodeBuilderValue sb) |
protected boolean |
Big5Decoder.fill(UnicodeBuilderValue sb,
java.nio.ByteBuffer in,
java.nio.CharBuffer out,
java.nio.charset.CoderResult coder) |
protected boolean |
GenericDecoder.fill(UnicodeBuilderValue sb,
java.nio.ByteBuffer in,
java.nio.CharBuffer out,
java.nio.charset.CoderResult coder) |