Home
last modified time | relevance | path

Searched refs:sset (Results 1 – 22 of 22) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_wsconf.cpp237 bsset->sset = new ScriptSet(); in buildWSConfusableData()
241 if (bsset->sset == NULL) { in buildWSConfusableData()
248 bsset->sset->set(targScript, status); in buildWSConfusableData()
249 bsset->sset->set(srcScript, status); in buildWSConfusableData()
281 if (*(outerSet->sset) == *(innerSet->sset) && outerSet->sset != innerSet->sset) { in buildWSConfusableData()
282 delete innerSet->sset; in buildWSConfusableData()
284 innerSet->sset = outerSet->sset; in buildWSConfusableData()
367 rtScriptSets[rindex] = *bSet->sset; // Assignment of a ScriptSet just copies the bits. in buildWSConfusableData()
422 sset = NULL; in BuilderScriptSet()
430 delete sset; in ~BuilderScriptSet()
Dcollationdatareader.cpp303 USerializedSet sset; in read() local
305 if(!uset_getSerializedSet(&sset, unsafeData, length / 2)) { in read()
309 int32_t count = uset_getSerializedRangeCount(&sset); in read()
312 uset_getSerializedRange(&sset, i, &start, &end); in read()
Duspoof_wsconf.h48 ScriptSet *sset; // The set of scripts itself. variable
Ddecimfmt.cpp2252 UnicodeSet *sset, UChar32 schar) in matchSymbol() argument
2254 if (sset != NULL) { in matchSymbol()
2255 return sset->contains(schar); in matchSymbol()
2263 const UnicodeSet *sset, UChar32 schar) { in matchDecimal() argument
2268 } else if(sset!=NULL) { in matchDecimal()
2269 return sset->contains(schar); in matchDecimal()
2277 const UnicodeSet *sset, in matchGrouping() argument
2284 } else if(sset!=NULL) { in matchGrouping()
2285 return sset->contains(schar) && // in groupingSet but... in matchGrouping()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java823 bsset.sset = new ScriptSet(); in buildWSConfusableData()
830 bsset.sset.Union(targScript); in buildWSConfusableData()
831 bsset.sset.Union(srcScript); in buildWSConfusableData()
863 if (outerSet.sset.equals(innerSet.sset) && outerSet.sset != innerSet.sset) { in buildWSConfusableData()
864 innerSet.sset = outerSet.sset; in buildWSConfusableData()
916 dest.fScriptSets[rindex] = bSet.sset; in buildWSConfusableData()
931 ScriptSet sset; // The set of scripts itself.
944 sset = null;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java786 bsset.sset = new ScriptSet(); in buildWSConfusableData()
793 bsset.sset.Union(targScript); in buildWSConfusableData()
794 bsset.sset.Union(srcScript); in buildWSConfusableData()
826 if (outerSet.sset.equals(innerSet.sset) && outerSet.sset != innerSet.sset) { in buildWSConfusableData()
827 innerSet.sset = outerSet.sset; in buildWSConfusableData()
879 dest.fScriptSets[rindex] = bSet.sset; in buildWSConfusableData()
894 ScriptSet sset; // The set of scripts itself.
907 sset = null;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java341 USerializedSet sset = new USerializedSet(); in read() local
344 sset.getSet(unsafeData, 0); in read()
345 int count = sset.countRanges(); in read()
348 sset.getRange(i, range); in read()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java340 USerializedSet sset = new USerializedSet(); in read() local
343 sset.getSet(unsafeData, 0); in read()
344 int count = sset.countRanges(); in read()
347 sset.getRange(i, range); in read()
/external/iputils/
Drdisc.c292 sigset_t sset, sset_empty; in main() local
446 sigemptyset(&sset); in main()
448 sigaddset(&sset, SIGALRM); in main()
449 sigaddset(&sset, SIGHUP); in main()
450 sigaddset(&sset, SIGTERM); in main()
451 sigaddset(&sset, SIGINT); in main()
476 sigprocmask(SIG_SETMASK, &sset, NULL); in main()
Darping.c1212 sigset_t sset, osset; in main() local
1224 sigemptyset(&sset); in main()
1225 sigaddset(&sset, SIGALRM); in main()
1226 sigaddset(&sset, SIGINT); in main()
1227 sigprocmask(SIG_BLOCK, &sset, &osset); in main()
Dping_common.c633 sigset_t sset; in setup() local
701 sigemptyset(&sset); in setup()
702 sigprocmask(SIG_SETMASK, &sset, NULL); in setup()
/external/opencv3/modules/core/test/
Dtest_ds.cpp1252 CvTsSimpleSet* sset = (CvTsSimpleSet*)simple_struct[struct_idx]; in test_set_ops() local
1253 int pure_elem_size = sset->elem_size - 1; in test_set_ops()
1265 cvTsClearSimpleSet( sset ); in test_set_ops()
1275 if( sset->free_count == 0 ) in test_set_ops()
1301 idx0 = cvTsSimpleSetAdd( sset, elem_data ); in test_set_ops()
1316 idx = cvtest::randInt(rng) % sset->max_count; in test_set_ops()
1318 if( sset->free_count == sset->max_count || idx >= sset->count ) in test_set_ops()
1321 elem_data = cvTsSimpleSetFind(sset, idx); in test_set_ops()
1339 cvTsSimpleSetRemove( sset, idx ); in test_set_ops()
1353 CV_TS_SEQ_CHECK_CONDITION( cvset->active_count == sset->max_count - sset->free_count && in test_set_ops()
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2174 UnicodeSet *sset, UChar32 schar);
2178 const UnicodeSet *sset, UChar32 schar);
2182 const UnicodeSet *sset,
/external/icu/icu4c/source/test/cintltst/
Dusettest.c477 USerializedSet sset; in TestSerialized() local
501 uset_getSerializedSet(&sset, buffer, length); in TestSerialized()
503 if(uset_contains(set, c)!=uset_serializedContains(&sset, c)) { in TestSerialized()
/external/skia/src/fonts/
DSkFontMgr_fontconfig.cpp278 SkFontStyleSet_FC* sset = in onMatchFamily() local
280 return sset; in onMatchFamily()
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp505 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle() local
506 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()
835 SkFontStyleSet_DirectWrite sset( in onMatchFaceStyle() local
838 return sset.matchStyle(fontstyle); in onMatchFaceStyle()
DSkFontMgr_custom.cpp261 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle() local
262 return sset->matchStyle(fontStyle); in onMatchFamilyStyle()
DSkFontMgr_android.cpp351 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle() local
352 return sset->matchStyle(style); in onMatchFamilyStyle()
DSkFontHost_win.cpp2461 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle() local
2462 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()
DSkFontHost_mac.cpp2335 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle() local
2336 return sset->matchStyle(fontStyle); in onMatchFamilyStyle()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java2444 USerializedSet sset=new USerializedSet(); in TestSerializedSet() local
2454 sset.getSet(serialized, 0); in TestSerializedSet()
2458 int count=sset.countRanges(); in TestSerializedSet()
2460 sset.getRange(j, startEnd); in TestSerializedSet()
2470 if(!sset.contains(start)){ in TestSerializedSet()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2440 USerializedSet sset=new USerializedSet(); in TestSerializedSet() local
2450 sset.getSet(serialized, 0); in TestSerializedSet()
2454 int count=sset.countRanges(); in TestSerializedSet()
2456 sset.getRange(j, startEnd); in TestSerializedSet()
2466 if(!sset.contains(start)){ in TestSerializedSet()