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

/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.h48 ScriptSet *sset; // The set of scripts itself. member in class:BuilderScriptSet
56 // its underlying sset.
H A Duspoof_wsconf.cpp237 bsset->sset = new ScriptSet();
241 if (bsset->sset == NULL) {
248 bsset->sset->set(targScript, status);
249 bsset->sset->set(srcScript, status);
281 if (*(outerSet->sset) == *(innerSet->sset) && outerSet->sset != innerSet->sset) {
282 delete innerSet->sset;
284 innerSet->sset
[all...]
H A Dcollationdatareader.cpp292 USerializedSet sset; local
294 if(!uset_getSerializedSet(&sset, unsafeData, length / 2)) {
298 int32_t count = uset_getSerializedRangeCount(&sset);
301 uset_getSerializedRange(&sset, i, &start, &end);
H A Ddecimfmt.cpp3547 UnicodeSet *sset, UChar32 schar)
3549 if (sset != NULL) {
3550 return sset->contains(schar);
3558 const UnicodeSet *sset, UChar32 schar) {
3563 } else if(sset!=NULL) {
3564 return sset->contains(schar);
3572 const UnicodeSet *sset,
3579 } else if(sset!=NULL) {
3580 return sset->contains(schar) && // in groupingSet but...
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java824 bsset.sset = new ScriptSet();
831 bsset.sset.Union(targScript);
832 bsset.sset.Union(srcScript);
864 if (outerSet.sset.equals(innerSet.sset) && outerSet.sset != innerSet.sset) {
865 innerSet.sset = outerSet.sset;
917 dest.fScriptSets[rindex] = bSet.sset;
932 ScriptSet sset; // The set of scripts itself. field in class:SpoofChecker.Builder.WSConfusableDataBuilder.BuilderScriptSet
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataReader.java354 USerializedSet sset = new USerializedSet();
360 sset.getSet(unsafeData, 0);
361 int count = sset.countRanges();
364 sset.getRange(i, range);
/external/iputils/
H A Drdisc.c292 sigset_t sset, sset_empty; local
446 sigemptyset(&sset);
448 sigaddset(&sset, SIGALRM);
449 sigaddset(&sset, SIGHUP);
450 sigaddset(&sset, SIGTERM);
451 sigaddset(&sset, SIGINT);
476 sigprocmask(SIG_SETMASK, &sset, NULL);
H A Darping.c1212 sigset_t sset, osset; local
1224 sigemptyset(&sset);
1225 sigaddset(&sset, SIGALRM);
1226 sigaddset(&sset, SIGINT);
1227 sigprocmask(SIG_BLOCK, &sset, &osset);
H A Dping_common.c633 sigset_t sset; local
701 sigemptyset(&sset);
702 sigprocmask(SIG_SETMASK, &sset, NULL);
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp280 SkFontStyleSet_FC* sset = SkNEW_ARGS(SkFontStyleSet_FC, variable
283 return sset;
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2135 UnicodeSet *sset, UChar32 schar);
2139 const UnicodeSet *sset, UChar32 schar);
2143 const UnicodeSet *sset,
/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c477 USerializedSet sset; local
501 uset_getSerializedSet(&sset, buffer, length);
503 if(uset_contains(set, c)!=uset_serializedContains(&sset, c)) {
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp502 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
503 return sset->matchStyle(fontstyle);
832 SkFontStyleSet_DirectWrite sset(
835 return sset.matchStyle(fontstyle);
H A DSkFontHost_linux.cpp272 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
273 return sset->matchStyle(fontStyle);
H A DSkFontMgr_android.cpp316 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
317 return sset->matchStyle(style);
H A DSkFontConfigInterface_direct.cpp731 SkFontStyleSet_FC* sset = SkNEW_ARGS(SkFontStyleSet_FC,
H A DSkFontHost_win.cpp2475 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
2476 return sset->matchStyle(fontstyle);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2435 USerializedSet sset=new USerializedSet();
2445 sset.getSet(serialized, 0);
2449 int count=sset.countRanges();
2451 sset.getRange(j, startEnd);
2461 if(!sset.contains(start)){

Completed in 482 milliseconds