Home
last modified time | relevance | path

Searched refs:stringSet (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp390 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() argument
393 fSame = static_cast<StringResource *>(uhash_get(stringSet, this)); in handlePreflightStrings()
407 uhash_put(stringSet, this, this, &errorCode); in handlePreflightStrings()
430 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() argument
433 current->preflightStrings(bundle, stringSet, errorCode); in handlePreflightStrings()
438 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() argument
450 handlePreflightStrings(bundle, stringSet, errorCode); in preflightStrings()
864 UHashtable *stringSet; in write() local
866 stringSet = uhash_open(string_hash, string_comp, string_comp, &errorCode); in write()
875 uhash_put(stringSet, sr, sr, &errorCode); in write()
[all …]
Dreslist.h89 void compactStringsV2(UHashtable *stringSet, UErrorCode &errorCode);
178 void preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode);
179 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode);
232 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode);
342 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java143 UResourceBundle stringSet = table.get(i); in getZoneString() local
145 String key = stringSet.getString(0); in getZoneString()
148 for (int j = 1; j < stringSet.getSize(); ++j) { in getZoneString()
149 String entry = stringSet.getString(j); in getZoneString()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java139 UResourceBundle stringSet = table.get(i); in getZoneString() local
141 String key = stringSet.getString(0); in getZoneString()
144 for (int j = 1; j < stringSet.getSize(); ++j) { in getZoneString()
145 String entry = stringSet.getString(j); in getZoneString()
/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m141 NSSet<NSString *> *stringSet,
153 ip = [stringSet firstObject]; // expected-warning{{from 'NSString *'}}
163 ip = [stringSet findObject:@"blah"]; // expected-warning{{from 'NSString *'}}
209 NSSet<NSString *> *stringSet,
219 ip = stringSet.allObjects; // expected-warning{{from 'NSArray<NSString *> *'}}
/external/clang/test/SemaObjCXX/
Dparameterized_classes_subst.mm98 NSSet<NSString *> *stringSet,
109 ip = [stringSet firstObject]; // expected-error{{from incompatible type 'NSString *'}}
119 ip = [stringSet findObject:@"blah"]; // expected-error{{from incompatible type 'NSString *'}}
159 NSSet<NSString *> *stringSet,
169 ip = stringSet.allObjects; // expected-error{{from incompatible type 'NSArray<NSString *> *'}}
/external/guice/extensions/persist/lib/
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...