Searched refs:UVector64 (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duvectr64.h9 // UVector64 is a class implementing a vector of 64 bit integers.
58 class U_COMMON_API UVector64 : public UObject { class in inherits:UObject
69 UVector64(UErrorCode &status);
71 UVector64(int32_t initialCapacity, UErrorCode &status);
73 virtual ~UVector64();
79 void assign(const UVector64& other, UErrorCode &ec);
86 UBool operator==(const UVector64& other);
91 inline UBool operator!=(const UVector64& other);
105 //UBool equals(const UVector64 &other) const;
113 //UBool containsAll(const UVector64
[all...]
H A Duvectr64.cpp22 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector64)
24 UVector64::UVector64(UErrorCode &status) : function in class:UVector64
33 UVector64::UVector64(int32_t initialCapacity, UErrorCode &status) : function in class:UVector64
44 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) {
63 UVector64::~UVector64() {
71 void UVector64::assign(const UVector64
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationfastlatinbuilder.h70 UVector64 contractionCEs;
71 UVector64 uniqueCEs;
H A Dcollationbasedatabuilder.h88 UVector64 rootElements;
H A Dcollationbuilder.h400 UVector64 nodes;
H A Dcollationdatabuilder.h239 UVector64 ce64s;
H A Dcollationbasedatabuilder.cpp59 binarySearch(const UVector64 &list, int64_t ce) {
H A Drepattrn.cpp162 fCompiledPat = new UVector64(fDeferredStatus);
H A Dalphaindex.cpp398 const UnicodeString &s, UVector64 &ces, UErrorCode &errorCode) {
427 UVector64 ces(errorCode);
H A Drulebasedcollator.cpp1486 RuleBasedCollator::internalGetCEs(const UnicodeString &str, UVector64 &ces,
H A Dregexcmp.cpp1901 UVector64 *code = fRXPat->fCompiledPat;
H A Drematch.cpp263 fStack = new UVector64(status);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dregex.h69 class UVector64;
550 UVector64 *fCompiledPat; // The compiled pattern p-code.
1799 UVector64 *fStack;
H A Dtblcoll.h89 class UVector64;
780 void internalGetCEs(const UnicodeString &str, UVector64 &ces, UErrorCode &errorCode) const;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcollationtest.cpp169 UVector64 ces(errorCode);
859 UVector64 ces(errorCode);
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h2202 #define UVector64 U_ICU_ENTRY_POINT_RENAME(UVector64) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h2202 #define UVector64 U_ICU_ENTRY_POINT_RENAME(UVector64) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h2202 #define UVector64 U_ICU_ENTRY_POINT_RENAME(UVector64) macro

Completed in 412 milliseconds