HomeSort by relevance Sort by last modified time
    Searched refs:UVector32 (Results 1 - 23 of 23) sorted by null

  /external/icu4c/common/
uvectr32.h 9 // UVector32 is a class implementing a vector of 32 bit integers.
59 class U_COMMON_API UVector32 : public UObject {
70 UVector32(UErrorCode &status);
72 UVector32(int32_t initialCapacity, UErrorCode &status);
74 virtual ~UVector32();
80 void assign(const UVector32& other, UErrorCode &ec);
87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
114 UBool containsAll(const UVector32& other) const
    [all...]
uvectr32.cpp 25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32)
27 UVector32::UVector32(UErrorCode &status) :
36 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) :
47 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) {
66 UVector32::~UVector32() {
74 void UVector32::assign(const UVector32& other, UErrorCode &ec)
    [all...]
triedict.cpp 232 UVector32 fBranchStack; // Stack of which branch we are working on
546 UVector32 fNodeStack; // Stack of nodes to process
547 UVector32 fIndexStack; // Stack of where in node we are
700 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &/*translate*/) {
725 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &translate) {
765 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &translate) {
    [all...]
  /external/icu4c/i18n/unicode/
fpositer.h 46 class UVector32;
118 void setData(UVector32 *adopt, UErrorCode& status);
120 UVector32 *data;
regex.h 64 class UVector32;
602 UVector32 *fGroupMap; // Map from capture group number to position of
    [all...]
  /external/icu4c/test/intltest/
v32test.cpp 71 // UVector32_API Check for basic functionality of UVector32.
77 UVector32 *a;
78 UVector32 *b;
80 a = new UVector32(status);
85 a = new UVector32(2000, status);
93 a = new UVector32(status);
97 b = new UVector32(status);
109 a = new UVector32(status);
113 b = new UVector32(status);
137 a = new UVector32(status)
    [all...]
rbbitst.h 28 class UVector32;
128 UVector32 *breakPositions,
uobjtest.cpp 456 TESTCLASSID_CTOR(UVector32, (status));
rbbitst.cpp     [all...]
  /external/icu4c/i18n/
brktrans.h 22 class UVector32;
98 UVector32 *boundaries;
fphdlimp.h 50 UVector32* vec;
fpositer.cpp 38 data = new UVector32(status);
75 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) {
brktrans.cpp 43 boundaries = new UVector32(status);
68 boundaries = new UVector32(status);
fphdlimp.cpp 74 vec = new UVector32(status);
regexcmp.h 172 UVector32 fParenStack; // parentheses stack. Each frame consists of
repattrn.cpp 166 fGroupMap = new UVector32(fDeferredStatus);
regexcmp.cpp     [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 128 UVector32 *compositions; // (trail, composite) pairs
355 UVector32 *compositions=leadNorm->compositions;
358 compositions=leadNorm->compositions=new UVector32(errorCode);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 251 milliseconds