Searched +defs:other +defs:count (Results 1 - 25 of 101) sorted by relevance

12345

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dsharedptr.h75 SharedPtr(const SharedPtr<T> &other) : argument
85 SharedPtr<T> &operator=(const SharedPtr<T> &other) { argument
132 int32_t count() const { function in class:SharedPtr
142 swap(SharedPtr<T> &other) argument
[all...]
H A Duvector.h82 int32_t count; member in class:UVector
383 operator !=(const UVector& other) argument
[all...]
H A Duvectr64.h60 int32_t count; member in class:UVector64
250 operator !=(const UVector64& other) argument
[all...]
H A Duvectr32.h61 int32_t count; member in class:UVector32
269 operator !=(const UVector32& other) argument
[all...]
H A Dservls.cpp171 ServiceEnumeration(const ServiceEnumeration &other, UErrorCode &status) argument
224 virtual int32_t count(UErrorCode& status) const { function in class:ServiceEnumeration
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DASTRefCount.hpp22 unsigned int count; member in struct:antlr::ASTRef
53 ASTRefCount(const ASTRefCount<T>& other) argument
62 ASTRefCount<T>& operator=(AST* other) argument
73 ASTRefCount<T>& operator=(const ASTRefCount<T>& other) argument
[all...]
H A DRefCount.hpp21 unsigned int count; member in struct:antlr::RefCount::Ref
37 RefCount(const RefCount<T>& other) argument
46 RefCount<T>& operator=(const RefCount<T>& other) argument
[all...]
H A DTokenRefCount.hpp22 unsigned int count; member in struct:antlr::TokenRef
53 TokenRefCount(const TokenRefCount<T>& other) argument
62 TokenRefCount<T>& operator=(Token* other) argument
73 TokenRefCount<T>& operator=(const TokenRefCount<T>& other) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddigitlst.cpp88 DigitList::DigitList(const DigitList &other) argument
99 DigitList::operator=(const DigitList& other) argument
156 compare(const DigitList &other) argument
337 int32_t count = fDecNumber->digits; local
347 int32_t count = fDecNumber->digits; local
[all...]
H A Dquantityformatter.cpp46 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) { argument
127 UnicodeString count; local
56 operator =( const QuantityFormatter& other) argument
[all...]
H A Dselfmt.cpp49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), argument
131 int32_t count = pattern.countParts(); local
158 SelectFormat::operator=(const SelectFormat& other) { argument
[all...]
H A Dsortkey.cpp58 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) argument
69 uprv_memcpy(getBytes(), newValues, count); local
73 CollationKey::CollationKey(const CollationKey& other) argument
147 operator =(const CollationKey& other) argument
[all...]
H A Dcoleitr.cpp52 CollationElementIterator( const CollationElementIterator& other) argument
350 operator =( const CollationElementIterator& other) argument
404 int32_t count = 0; // number of CE "halves" local
[all...]
H A Didentifier_info.cpp189 ScriptSet *other = static_cast<ScriptSet *>(otherHashEl->key.pointer); local
263 int32_t count = fRequiredScripts->countMembers() + local
H A Dplurfmt.cpp132 PluralFormat::PluralFormat(const PluralFormat& other) argument
142 PluralFormat::copyObjects(const PluralFormat& other) { argument
351 operator =(const PluralFormat& other) argument
401 int32_t count=pattern.countParts(); local
[all...]
H A Drbt_set.cpp179 TransliterationRuleSet::TransliterationRuleSet(const TransliterationRuleSet& other) : argument
431 int32_t count = ruleVector->size(); local
452 int32_t count = ruleVector->size(); local
[all...]
H A Dscriptset.cpp39 ScriptSet::ScriptSet(const ScriptSet &other) { argument
44 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { argument
105 ScriptSet &ScriptSet::Union(const ScriptSet &other) { argument
112 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { argument
162 int32_t count = 0; local
[all...]
H A Ddatefmt.cpp53 DateFormat::DateFormat(const DateFormat& other) argument
64 DateFormat& DateFormat::operator=(const DateFormat& other) argument
360 int32_t count = locale.getKeywordValue("compat", buffer, sizeof(buffer), status); local
403 getAvailableLocales(int32_t& count) argument
[all...]
H A Dnumsys.cpp70 NumberingSystem::NumberingSystem(const NumberingSystem& other) argument
115 int32_t count = inLocale.getKeywordValue("numbers",buffer, sizeof(buffer),status); local
320 NumsysNameEnumeration::count(UErrorCode& /*status*/) const { function in class:NumsysNameEnumeration
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DHashCountedSet.h81 inline void HashCountedSet<Value, HashFunctions, Traits>::swap(HashCountedSet& other) argument
147 inline unsigned HashCountedSet<Value, HashFunctions, Traits>::count(const ValueType& value) const function in class:WTF::HashCountedSet
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOSequence.h14 PWOSequence(const PWOSequence &other): PWOBase(other){} argument
21 virtual PWOSequence &operator = (const PWOSequence &other) { argument
25 /*virtual*/PWOSequence &operator = (const PWOBase &other) { argument
44 int count(const PWOBase &value)const { function in class:PWOSequence
101 PWOTuple(const PWOTuple &other) argument
109 operator =(const PWOTuple &other) argument
113 operator =(const PWOBase &other) argument
143 PWOString(const PWOString &other) argument
148 PWOString(const PWOBase &other) argument
154 operator =(const PWOString &other) argument
158 operator =(const PWOBase &other) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLETableReference.h265 LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, size_t offset, le_uint32 count) argument
280 LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, le_uint32 count) argument
291 LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, size_t offset, le_uint32 count) argument
387 operator =(const T* other) argument
404 addObject(size_t count, LEErrorCode &success) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dlrucachetest.cpp21 CopyOnWriteForTesting(const CopyOnWriteForTesting &other) : argument
259 void LRUCacheTest::verifyReferences(const CopyOnWriteForTesting* ptr, int32_t count, int32_t nameCount, int32_t formatCount) { argument
[all...]
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Diso2022_jp2.h58 int count = 0; local
310 enum conversion { none = 0, european, japanese, chinese, korean, other }; enumerator in enum:conversion
405 int count = (state1 == STATE_ASCII ? 1 : 4); local
436 int count = (state2 == STATE_G2_ISO8859_1 ? 3 : 6); local
460 int count = (state2 == STATE_G2_ISO8859_7 ? 3 : 6); local
488 int count = (state1 == STATE_JISX0201ROMAN ? 1 : 4); local
513 int count = (state1 == STATE_JISX0208 ? 2 : 5); local
536 int count = (state1 == STATE_JISX0212 ? 2 : 6); local
564 int count = (state1 == STATE_GB2312 ? 2 : 5); local
591 int count = (state1 == STATE_KSC5601 ? 2 : 6); local
621 int count = (state1 == STATE_JISX0201KATAKANA ? 1 : 4); local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_x509req.c124 ossl_x509req_copy(VALUE self, VALUE other) argument
379 int count, i; local

Completed in 140 milliseconds

12345