Home
last modified time | relevance | path

Searched refs:fIN (Results 1 – 4 of 4) sorted by relevance

/external/iptables/extensions/
Dlibxt_hashlimit.man4 and/or per-port. It gives you the ability to express "\fIN\fP packets per time
5 quantum per group" or "\fIN\fP bytes per seconds" (see below for some examples).
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java703 UnicodeSet fIN; field in RBBITestMonkey.RBBILineMonkey
772 fIN = new XUnicodeSet("[\\p{Line_break=IN}]"); in RBBILineMonkey()
832 fSets.add(fIN); fClassNames.add("IN"); in RBBILineMonkey()
1193 if (fIN.contains(thisChar)) { in next()
1261 fIN.contains(thisChar)) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java706 UnicodeSet fIN; field in RBBITestMonkey.RBBILineMonkey
775 fIN = new XUnicodeSet("[\\p{Line_break=IN}]"); in RBBILineMonkey()
835 fSets.add(fIN); fClassNames.add("IN"); in RBBILineMonkey()
1196 if (fIN.contains(thisChar)) { in next()
1264 fIN.contains(thisChar)) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2712 UnicodeSet *fIN; member in RBBILineMonkey
2779 fIN = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IN}]"), status); in RBBILineMonkey()
2839 fSets->addElement(fIN, status); classNames.push_back("fIN"); in RBBILineMonkey()
3281 if (fIN->contains(thisChar)) { in next()
3350 fIN->contains(thisChar)) { in next()
3444 delete fIN; in ~RBBILineMonkey()