Home
last modified time | relevance | path

Searched refs:UVector32 (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/skia/third_party/externals/icu/source/common/
Duvectr32.h61 class U_COMMON_API UVector32 : public UObject {
72 UVector32(UErrorCode &status);
74 UVector32(int32_t initialCapacity, UErrorCode &status);
76 virtual ~UVector32();
82 void assign(const UVector32& other, UErrorCode &ec);
89 UBool operator==(const UVector32& other);
94 inline UBool operator!=(const UVector32& other);
108 UBool equals(const UVector32 &other) const;
116 UBool containsAll(const UVector32& other) const;
118 UBool removeAll(const UVector32& other);
[all …]
Duvectr32.cpp27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
29 UVector32::UVector32(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
38 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) : in UVector32() function in UVector32
49 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
68 UVector32::~UVector32() { in ~UVector32()
76 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign()
86 UBool UVector32::operator==(const UVector32& other) { in operator ==()
98 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt()
105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
117 UBool UVector32::containsAll(const UVector32& other) const { in containsAll()
[all …]
Ddictbe.h81 UVector32 &foundBreaks ) const;
104 UVector32 &foundBreaks ) const = 0;
161 UVector32 &foundBreaks ) const;
217 UVector32 &foundBreaks ) const;
273 UVector32 &foundBreaks ) const;
329 UVector32 &foundBreaks ) const;
393 UVector32 &foundBreaks ) const;
Dbrkeng.h22 class UVector32; variable
76 UVector32 &foundBreaks ) const = 0;
193 UVector32 &foundBreaks ) const;
Ddictbe.cpp50 UVector32 &foundBreaks ) const { in findBreaks()
230 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
468 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
660 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
864 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
1113 UVector32 &foundBreaks ) const { in divideUpDictionaryRange()
1123 LocalPointer<UVector32> inputMap; in divideUpDictionaryRange()
1148 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
1168 LocalPointer<UVector32> normalizedMap(new UVector32(status), status); in divideUpDictionaryRange()
1222 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
[all …]
Drbbitblb.h32 class UVector32; variable
186 UVector32 *fLookAheadRuleMap = nullptr;
213 UVector32 *fDtran; // Transitions out of this state.
/third_party/icu/icu4c/source/common/
Duvectr32.h61 class U_COMMON_API UVector32 : public UObject {
72 UVector32(UErrorCode &status);
74 UVector32(int32_t initialCapacity, UErrorCode &status);
76 virtual ~UVector32();
82 void assign(const UVector32& other, UErrorCode &ec);
89 bool operator==(const UVector32& other) const;
94 inline bool operator!=(const UVector32& other) const;
108 UBool equals(const UVector32 &other) const;
116 UBool containsAll(const UVector32& other) const;
118 UBool removeAll(const UVector32& other);
[all …]
Duvectr32.cpp27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
29 UVector32::UVector32(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
38 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) : in UVector32() function in UVector32
49 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
68 UVector32::~UVector32() { in ~UVector32()
76 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign()
86 bool UVector32::operator==(const UVector32& other) const { in operator ==()
98 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt()
105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
117 UBool UVector32::containsAll(const UVector32& other) const { in containsAll()
[all …]
Ddictbe.h83 UVector32 &foundBreaks,
109 UVector32 &foundBreaks,
168 UVector32 &foundBreaks,
226 UVector32 &foundBreaks,
284 UVector32 &foundBreaks,
342 UVector32 &foundBreaks,
418 UVector32 &foundBreaks,
Dlstmbe.cpp477 UVector32 &offsets, UVector32 &indices,
510 UVector32 &offsets, UVector32 &indices,
520 UVector32 &offsets, UVector32 &indices, UErrorCode &status) const in vectorize()
549 UVector32 &offsets, UVector32 &indices,
561 UVector32 &offsets, UVector32 &indices, UErrorCode &status) const in vectorize()
641 UVector32 &foundBreaks, in divideUpDictionaryRange()
653 UVector32 offsets(status); in divideUpDictionaryRange()
654 UVector32 indices(status); in divideUpDictionaryRange()
Dbrkeng.h22 class UVector32; variable
77 UVector32 &foundBreaks,
197 UVector32 &foundBreaks,
Ddictbe.cpp53 UVector32 &foundBreaks, in findBreaks()
236 UVector32 &foundBreaks, in divideUpDictionaryRange()
476 UVector32 &foundBreaks, in divideUpDictionaryRange()
669 UVector32 &foundBreaks, in divideUpDictionaryRange()
875 UVector32 &foundBreaks, in divideUpDictionaryRange()
1126 UVector32 &foundBreaks, in divideUpDictionaryRange()
1139 LocalPointer<UVector32> inputMap; in divideUpDictionaryRange()
1161 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
1181 LocalPointer<UVector32> normalizedMap(new UVector32(status), status); in divideUpDictionaryRange()
1235 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
[all …]
Drbbitblb.h32 class UVector32; variable
186 UVector32 *fLookAheadRuleMap = nullptr;
213 UVector32 *fDtran; // Transitions out of this state.
/third_party/node/deps/icu-small/source/common/
Duvectr32.h61 class U_COMMON_API UVector32 : public UObject {
72 UVector32(UErrorCode &status);
74 UVector32(int32_t initialCapacity, UErrorCode &status);
76 virtual ~UVector32();
82 void assign(const UVector32& other, UErrorCode &ec);
89 bool operator==(const UVector32& other) const;
94 inline bool operator!=(const UVector32& other) const;
108 UBool equals(const UVector32 &other) const;
116 UBool containsAll(const UVector32& other) const;
118 UBool removeAll(const UVector32& other);
[all …]
Duvectr32.cpp27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
29 UVector32::UVector32(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
38 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) : in UVector32() function in UVector32
49 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
68 UVector32::~UVector32() { in ~UVector32()
76 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign()
86 bool UVector32::operator==(const UVector32& other) const { in operator ==()
98 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt()
105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
117 UBool UVector32::containsAll(const UVector32& other) const { in containsAll()
[all …]
Ddictbe.h85 UVector32 &foundBreaks,
111 UVector32 &foundBreaks,
170 UVector32 &foundBreaks,
228 UVector32 &foundBreaks,
286 UVector32 &foundBreaks,
344 UVector32 &foundBreaks,
422 UVector32 &foundBreaks,
Dmlbe.h52 UVector32 &foundBreaks, const UnicodeString &inString,
53 const LocalPointer<UVector32> &inputMap, UErrorCode &status) const;
100 int32_t numCodeUnits, int32_t numBreaks, UVector32 &boundary,
Dlstmbe.cpp477 UVector32 &offsets, UVector32 &indices,
510 UVector32 &offsets, UVector32 &indices,
520 UVector32 &offsets, UVector32 &indices, UErrorCode &status) const in vectorize()
549 UVector32 &offsets, UVector32 &indices,
561 UVector32 &offsets, UVector32 &indices, UErrorCode &status) const in vectorize()
641 UVector32 &foundBreaks, in divideUpDictionaryRange()
653 UVector32 offsets(status); in divideUpDictionaryRange()
654 UVector32 indices(status); in divideUpDictionaryRange()
Dbrkeng.h22 class UVector32; variable
77 UVector32 &foundBreaks,
197 UVector32 &foundBreaks,
Ddictbe.cpp53 UVector32 &foundBreaks, in findBreaks()
236 UVector32 &foundBreaks, in divideUpDictionaryRange()
476 UVector32 &foundBreaks, in divideUpDictionaryRange()
669 UVector32 &foundBreaks, in divideUpDictionaryRange()
875 UVector32 &foundBreaks, in divideUpDictionaryRange()
1137 UVector32 &foundBreaks, in divideUpDictionaryRange()
1150 LocalPointer<UVector32> inputMap; in divideUpDictionaryRange()
1172 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
1192 LocalPointer<UVector32> normalizedMap(new UVector32(status), status); in divideUpDictionaryRange()
1246 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
[all …]
Drbbitblb.h32 class UVector32; variable
186 UVector32 *fLookAheadRuleMap = nullptr;
213 UVector32 *fDtran; // Transitions out of this state.
/third_party/icu/icu4c/source/test/intltest/
Dv32test.cpp81 UVector32 *a; in UVector32_API()
82 UVector32 *b; in UVector32_API()
84 a = new UVector32(status); in UVector32_API()
89 a = new UVector32(2000, status); in UVector32_API()
97 a = new UVector32(status); in UVector32_API()
101 b = new UVector32(status); in UVector32_API()
113 a = new UVector32(status); in UVector32_API()
117 b = new UVector32(status); in UVector32_API()
141 a = new UVector32(status); in UVector32_API()
156 a = new UVector32(status); in UVector32_API()
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfpositer.h51 class UVector32;
110 void setData(UVector32 *adopt, UErrorCode& status);
114 UVector32 *data;
/third_party/icu/icu4c/source/i18n/unicode/
Dfpositer.h51 class UVector32;
110 void setData(UVector32 *adopt, UErrorCode& status);
114 UVector32 *data;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfpositer.h51 class UVector32;
110 void setData(UVector32 *adopt, UErrorCode& status);
114 UVector32 *data;

1234567