OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RBBIDataWrapper
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
rbbidata.cpp
33
RBBIDataWrapper
::
RBBIDataWrapper
(const RBBIDataHeader *data, UErrorCode &status) {
38
RBBIDataWrapper
::
RBBIDataWrapper
(const RBBIDataHeader *data, enum EDontAdopt, UErrorCode &status) {
44
RBBIDataWrapper
::
RBBIDataWrapper
(UDataMemory* udm, UErrorCode &status) {
69
UBool
RBBIDataWrapper
::isDataVersionAcceptable(const UVersionInfo version) {
80
void
RBBIDataWrapper
::init0() {
92
void
RBBIDataWrapper
::init(const RBBIDataHeader *data, UErrorCode &status) {
143
RBBIDataWrapper
::~RBBIDataWrapper()
[
all
...]
rbbidata.h
20
*
RBBIDataWrapper
- Instances of this class sit between the
29
* There will be only one instance of
RBBIDataWrapper
for any
145
class
RBBIDataWrapper
: public UMemory {
150
RBBIDataWrapper
(const RBBIDataHeader *data, UErrorCode &status);
151
RBBIDataWrapper
(const RBBIDataHeader *data, enum EDontAdopt dontAdopt, UErrorCode &status);
152
RBBIDataWrapper
(UDataMemory* udm, UErrorCode &status);
153
~
RBBIDataWrapper
();
159
RBBIDataWrapper
*addReference();
161
UBool operator ==(const
RBBIDataWrapper
&other) const;
187
RBBIDataWrapper
(const RBBIDataWrapper &other); /* forbid copying of this class *
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
RBBIDataWrapper.java
28
public final class
RBBIDataWrapper
{
253
RBBIDataWrapper
() {
257
* Get an
RBBIDataWrapper
from an InputStream onto a pre-compiled set
260
public static
RBBIDataWrapper
get(ByteBuffer bytes) throws IOException {
261
RBBIDataWrapper
This = new
RBBIDataWrapper
();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RBBIDataWrapper.java
26
public final class
RBBIDataWrapper
{
249
RBBIDataWrapper
() {
253
* Get an
RBBIDataWrapper
from an InputStream onto a pre-compiled set
256
public static
RBBIDataWrapper
get(ByteBuffer bytes) throws IOException {
257
RBBIDataWrapper
This = new
RBBIDataWrapper
();
/external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java
29
import android.icu.impl.
RBBIDataWrapper
;
72
This.fRData =
RBBIDataWrapper
.get(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is));
95
This.fRData =
RBBIDataWrapper
.get(bytes);
108
fRData =
RBBIDataWrapper
.get(ByteBuffer.wrap(ruleOS.toByteArray()));
226
public
RBBIDataWrapper
fRData;
826
if ((flagsState &
RBBIDataWrapper
.RBBI_BOF_REQUIRED) != 0) {
830
System.out.print(" " +
RBBIDataWrapper
.intToString(text.getIndex(), 5));
831
System.out.print(
RBBIDataWrapper
.intToHexString(c, 10));
832
System.out.println(
RBBIDataWrapper
.intToString(state,7) +
RBBIDataWrapper
.intToString(category,6))
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java
28
import com.ibm.icu.impl.
RBBIDataWrapper
;
72
This.fRData =
RBBIDataWrapper
.get(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is));
95
This.fRData =
RBBIDataWrapper
.get(bytes);
109
fRData =
RBBIDataWrapper
.get(ByteBuffer.wrap(ruleOS.toByteArray()));
231
public
RBBIDataWrapper
fRData;
847
if ((flagsState &
RBBIDataWrapper
.RBBI_BOF_REQUIRED) != 0) {
851
System.out.print(" " +
RBBIDataWrapper
.intToString(text.getIndex(), 5));
852
System.out.print(
RBBIDataWrapper
.intToHexString(c, 10));
853
System.out.println(
RBBIDataWrapper
.intToString(state,7) +
RBBIDataWrapper
.intToString(category,6))
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 4371 milliseconds