/third_party/node/deps/icu-small/source/common/ |
D | uvectr32.h | 61 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); 94 inline bool 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 …]
|
D | uvectr32.cpp | 27 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) { 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 …]
|
D | dictbe.h | 82 UVector32 &foundBreaks, 107 UVector32 &foundBreaks, 166 UVector32 &foundBreaks, 224 UVector32 &foundBreaks, 282 UVector32 &foundBreaks, 340 UVector32 &foundBreaks, 406 UVector32 &foundBreaks,
|
D | lstmbe.cpp | 477 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() 652 UVector32 offsets(status); in divideUpDictionaryRange() 653 UVector32 indices(status); in divideUpDictionaryRange()
|
D | brkeng.h | 22 class UVector32; variable 77 UVector32 &foundBreaks, 196 UVector32 &foundBreaks,
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uvectr32.h | 61 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 …]
|
D | uvectr32.cpp | 27 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 …]
|
D | dictbe.h | 81 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;
|
D | dictbe.cpp | 50 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 …]
|
D | brkeng.h | 22 class UVector32; variable 76 UVector32 &foundBreaks ) const = 0; 193 UVector32 &foundBreaks ) const;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uvectr32.h | 61 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 …]
|
D | uvectr32.cpp | 27 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 …]
|
D | dictbe.h | 81 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;
|
D | dictbe.cpp | 47 UVector32 &foundBreaks ) const { in findBreaks() 224 UVector32 &foundBreaks ) const { in divideUpDictionaryRange() 463 UVector32 &foundBreaks ) const { in divideUpDictionaryRange() 656 UVector32 &foundBreaks ) const { in divideUpDictionaryRange() 861 UVector32 &foundBreaks ) const { in divideUpDictionaryRange() 1111 UVector32 &foundBreaks ) const { in divideUpDictionaryRange() 1121 LocalPointer<UVector32> inputMap; in divideUpDictionaryRange() 1146 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange() 1166 LocalPointer<UVector32> normalizedMap(new UVector32(status), status); in divideUpDictionaryRange() 1220 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange() [all …]
|
D | brkeng.h | 22 class UVector32; variable 76 UVector32 &foundBreaks ) const = 0; 193 UVector32 &foundBreaks ) const;
|
/third_party/icu/icu4c/source/common/ |
D | uvectr32.h | 61 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 …]
|
D | uvectr32.cpp | 27 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 …]
|
D | dictbe.h | 81 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;
|
D | dictbe.cpp | 50 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 …]
|
D | brkeng.h | 22 class UVector32; variable 76 UVector32 &foundBreaks ) const = 0; 193 UVector32 &foundBreaks ) const;
|
/third_party/icu/icu4c/source/test/intltest/ |
D | v32test.cpp | 81 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/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fpositer.h | 48 class UVector32; 107 void setData(UVector32 *adopt, UErrorCode& status); 111 UVector32 *data;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | fpositer.h | 51 class UVector32; 110 void setData(UVector32 *adopt, UErrorCode& status); 114 UVector32 *data;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fpositer.h | 51 class UVector32; 110 void setData(UVector32 *adopt, UErrorCode& status); 114 UVector32 *data;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | fpositer.h | 51 class UVector32; 110 void setData(UVector32 *adopt, UErrorCode& status); 114 UVector32 *data;
|