Searched defs:sset (Results 1 - 8 of 8) 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 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);
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp280 SkFontStyleSet_FC* sset = SkNEW_ARGS(SkFontStyleSet_FC, variable
283 return 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/iputils/
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);
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);
/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...]

Completed in 222 milliseconds