/external/chromium_org/third_party/icu/source/common/ |
rbbitblb.cpp | 32 fDStates = new UVector(status); 354 UVector *LastPosOfLeftChild = n->fLeftChild->fLastPosSet; 387 UVector endMarkerNodes(*fStatus); 388 UVector leafNodes(*fStatus); 412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet; 514 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; 559 failState->fPositions = new UVector(*fStatus); 580 initialState->fPositions = new UVector(*fStatus); 618 UVector *U = NULL; 625 U = new UVector(*fStatus) [all...] |
serv.cpp | 419 UVector* _obj; 525 cacheDescriptorList._obj = new UVector(uhash_deleteUnicodeString, NULL, 5, status); 601 UVector& 602 ICUService::getVisibleIDs(UVector& result, UErrorCode& status) const { 606 UVector& 607 ICUService::getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const 724 UVector& 725 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const 731 UVector& 732 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const [all...] |
servnotf.cpp | 50 listeners = new UVector(5, status);
|
/external/icu4c/common/ |
rbbitblb.cpp | 32 fDStates = new UVector(status); 354 UVector *LastPosOfLeftChild = n->fLeftChild->fLastPosSet; 387 UVector endMarkerNodes(*fStatus); 388 UVector leafNodes(*fStatus); 412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet; 514 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; 559 failState->fPositions = new UVector(*fStatus); 580 initialState->fPositions = new UVector(*fStatus); 618 UVector *U = NULL; 625 U = new UVector(*fStatus) [all...] |
serv.cpp | 420 UVector* _obj; 526 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status); 602 UVector& 603 ICUService::getVisibleIDs(UVector& result, UErrorCode& status) const { 607 UVector& 608 ICUService::getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const 723 UVector& 724 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const 730 UVector& 731 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const [all...] |
servnotf.cpp | 50 listeners = new UVector(5, status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
zonemeta.cpp | 19 #include "uvector.h" 33 static U_NAMESPACE_QUALIFIER UVector *gSingleZoneCountries = NULL; 34 static U_NAMESPACE_QUALIFIER UVector *gMultiZonesCountries = NULL; 70 * Deleter for UVector 74 delete (U_NAMESPACE_QUALIFIER UVector*) obj; 305 gSingleZoneCountries = new UVector(NULL, uhash_compareUChars, status); 309 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status); 407 const UVector *mappings = getMetazoneMappings(tzid); 424 const UVector* U_EXPORT2 461 const UVector *result = NULL [all...] |
transreg.h | 20 #include "uvector.h" 53 UVector* adoptedTransliterators, 112 UVector* transes; // owned 441 * target => (UVector: variant)) The UVector of variants is never 444 * the UVector. 451 UVector availableIDs;
|
transreg.cpp | 73 UVector* adoptedTransliterators, 135 UVector transliterators(ec); 346 static UVector* DEBUG_entries = NULL; 351 DEBUG_entries = new UVector(ec); 441 UVector* dataVector; // For COMPOUND_RBT 585 entry->u.dataVector = new UVector(status); 780 UVector *variants = (UVector*) targets->get(target); 794 UVector *variants = (UVector*) targets->get(target) [all...] |
cpdtrans.cpp | 18 #include "uvector.h" 94 UVector& list, 110 CompoundTransliterator::CompoundTransliterator(UVector& list, 122 CompoundTransliterator::CompoundTransliterator(UVector& list, 158 UVector list(status); 190 void CompoundTransliterator::init(UVector& list,
|
rbtz.cpp | 16 #include "uvector.h" 31 static UBool compareRules(UVector* rules1, UVector* rules2) { 122 fFinalRules = new UVector(status); 135 fHistoricRules = new UVector(status); 252 fHistoricTransitions = new UVector(status); 275 fHistoricTransitions = new UVector(status); 639 UVector* 640 RuleBasedTimeZone::copyRules(UVector* source) { 646 UVector *rules = new UVector(size, ec) [all...] |
/external/icu4c/i18n/ |
region.cpp | 60 static UVector* availableRegions[URGN_LIMIT]; 129 UVector *continents = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); 136 UVector *groupings = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); 197 aliasFromRegion->preferredValues = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); 293 parentRegion->containedRegions = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); 316 availableRegions[ar->type] = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); 557 UVector *result = new UVector(NULL, uhash_compareChars, status) [all...] |
transreg.h | 20 #include "uvector.h" 53 UVector* adoptedTransliterators, 112 UVector* transes; // owned 441 * target => (UVector: variant)) The UVector of variants is never 444 * the UVector. 451 UVector availableIDs;
|
tznames_impl.h | 25 #include "uvector.h" 83 void *fValues; // Union of one single value vs. UVector of values. 92 // >=2 values: fValues == UVector of values and fHasValuesVector == TRUE 103 ((const UVector *)fValues)->size(); 110 return ((const UVector *)fValues)->elementAt(index); 145 UVector *fLazyContents;
|
zonemeta.cpp | 20 #include "uvector.h" 41 static icu::UVector *gMetaZoneIDs = NULL; 46 static icu::UVector *gSingleZoneCountries = NULL; 47 static icu::UVector *gMultiZonesCountries = NULL; 94 * Deleter for UVector 98 delete (icu::UVector*) obj; 423 gSingleZoneCountries = new UVector(NULL, uhash_compareUChars, status); 427 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status); 532 const UVector *mappings = getMetazoneMappings(tzid); 549 const UVector* U_EXPORT [all...] |
transreg.cpp | 75 UVector* adoptedTransliterators, 137 UVector transliterators(ec); 348 static UVector* DEBUG_entries = NULL; 353 DEBUG_entries = new UVector(ec); 443 UVector* dataVector; // For COMPOUND_RBT 587 entry->u.dataVector = new UVector(status); 782 UVector *variants = (UVector*) targets->get(target); 796 UVector *variants = (UVector*) targets->get(target) [all...] |
alphaindex.cpp | 27 #include "uvector.h" 56 // UVector<Record *> support function, delete a Record. 77 inline UnicodeString *getString(const UVector &list, int32_t i) { 81 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { 85 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { 95 int32_t binarySearch(const UVector &list, const UnicodeString &s, const Collator &coll) { 127 BucketList(UVector *bucketList, UVector *publicBucketList) 167 UVector *bucketList_; 169 UVector *immutableVisibleList_ [all...] |
numsys.cpp | 255 UVector *fNumsysNames = new UVector(uprv_deleteUObject, NULL, status); 301 NumsysNameEnumeration::NumsysNameEnumeration(UVector *fNameList, UErrorCode& /*status*/) {
|
tznames_impl.cpp | 27 #include "uvector.h" 70 delete (UVector *)fValues; 89 UVector *values = new UVector(valueDeleter, NULL, DEFAULT_CHARACTERNODE_CAPACITY, status); 101 ((UVector *)fValues)->addElement(value, status); 160 fLazyContents = new UVector(status); 682 MetaZoneIDsEnumeration(const UVector& mzIDs); 683 MetaZoneIDsEnumeration(UVector* mzIDs); 693 const UVector* fMetaZoneIDs; 694 UVector *fLocalVector [all...] |
cpdtrans.cpp | 18 #include "uvector.h" 92 UVector& list, 108 CompoundTransliterator::CompoundTransliterator(UVector& list, 120 CompoundTransliterator::CompoundTransliterator(UVector& list, 156 UVector list(status); 188 void CompoundTransliterator::init(UVector& list,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
uvectest.cpp | 7 // Test parts of UVector and UStack 12 #include "uvector.h" 89 // UVector_API Check for basic functionality of UVector. 95 UVector *a; 97 a = new UVector(status); 102 a = new UVector(2000, status); 107 a = new UVector(status);
|
/external/icu4c/test/intltest/ |
uvectest.cpp | 7 // Test parts of UVector and UStack 15 #include "uvector.h" 89 // UVector_API Check for basic functionality of UVector. 95 UVector *a; 97 a = new UVector(status); 102 a = new UVector(2000, status); 107 a = new UVector(status);
|
/external/icu4c/i18n/unicode/ |
tzfmt.h | 250 class UVector; 708 UVector* fGMTOffsetPatternItems[UTZFMT_PAT_COUNT]; 777 static UVector* parseOffsetPattern(const UnicodeString& pattern, OffsetFields required, UErrorCode& status); [all...] |
vtzone.h | 25 class UVector; 377 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps, 416 UVector *vtzlines;
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
vtzone.h | 25 class UVector; 377 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps, 416 UVector *vtzlines;
|