Searched defs:set (Results 351 - 375 of 843) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/test/intltest/
H A Dfldset.cpp172 void FieldsSet::set(int32_t field, int32_t amount) { function in class:FieldsSet
221 set(field, value);
227 set(field, value);
259 * set the specified fields on this calendar. Doesn't clear first. Returns any errors the caller
265 cal->set((UCalendarDateFields)i, value);
286 diffSet.set((UCalendarDateFields)i, calVal);
339 set(field, get(field) | UDAT_RELATIVE);
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp52 set.applyPattern(pattern, status);
53 prefrozen=set;
55 set.freeze();
90 // Count spans of characters that are in the set,
91 // and spans of characters that are not in the set.
92 // If the very first character is in the set, then one additional
110 if(tf!=set.contains(c)) {
127 UnicodeSet set; member in class:UnicodeSetPerformanceTest
157 // Verify that the frozen set is equal to the unfrozen one.
158 UnicodeSet set; local
175 const UnicodeSet &set=testcase.set; local
191 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
208 UnicodeSet set; local
237 const UnicodeSet &set=testcase.set; local
259 UnicodeSet set; local
288 const UnicodeSet &set=testcase.set; local
314 UnicodeSet set; local
338 const UnicodeSet &set=testcase.set; local
360 UnicodeSet set; local
384 const UnicodeSet &set=testcase.set; local
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DContractionsAndExpansions.java74 // No need to collect nor check the tailored set.
76 // Collect the set of code points with mappings in the tailoring data.
91 cne.ranges.set(start, end).removeAll(cne.tailored);
125 // Java porting note: U_INTERNAL_PROGRAM_ERROR is set to errorCode in ICU4C.
280 void addStrings(int start, int end, UnicodeSet set) { argument
281 if (set == null) {
290 set.add(s);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRow.java58 return set(0, item);
64 return set(1, item);
70 return set(2, item);
76 return set(3, item);
82 return set(4, item);
88 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { method in class:Row
H A DUBiDiProps.java98 // set of property starts for UnicodeSet ------------------------------- ***
100 public final void addPropertyStarts(UnicodeSet set) { argument
110 set.add(range.startCodePoint);
117 set.add(c, c+1);
130 set.add(start);
137 set.add(limit);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDictionaryBreakEngine.java162 fTypes.set(type);
175 // Find the span of characters included in the set.
208 void setCharacters(UnicodeSet set) { argument
209 fSet = new UnicodeSet(set);
H A DDigitList.java54 * These data members are intentionally public and can be set directly.
99 // * Typically, you set a series of digits with append, then at the point
100 // * you hit the decimal point, you set myDigitList.decimalAt = myDigitList.count;
392 // public final void set(double source, int maximumFractionDigits)
394 // set(source, maximumFractionDigits, true);
407 final void set(double source, int maximumDigits, boolean fixedPoint) method in class:DigitList
414 set(rep, MAX_LONG_DIGITS);
449 * or DDDDDE+/-DDDDD, set this object's value to it. Ignore
452 private void set(String rep, int maxCount) { method in class:DigitList
575 * Utility routine to set th
577 public final void set(long source) method in class:DigitList
590 public final void set(long source, int maximumDigits) method in class:DigitList
633 public final void set(BigInteger source, int maximumDigits) { method in class:DigitList
742 public final void set(java.math.BigDecimal source, method in class:DigitList
757 public final void set(com.ibm.icu.math.BigDecimal source, method in class:DigitList
[all...]
H A DIdentifierInfo.java81 this.identifierProfile.set(identifierProfile);
124 // requiredScripts.set(UScript.getScript(cp));
145 commonAmongAlternates.set(0, UScript.CODE_LIMIT);
184 * @return the set of explicit scripts.
194 * Get the set of alternate scripts found in the identifiers. That is, when a character can be in two scripts, then
195 * the set consisting of those scripts will be returned.
197 * @return the set of explicit scripts.
213 * @return the set of explicit scripts.
225 * @return the set of scripts that are in common among the alternates.
236 private final static BitSet JAPANESE = set(ne
462 public static final BitSet set(BitSet bitset, int... values) { method in class:IdentifierInfo
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java222 public void set(int field, int value) { method in class:CalendarICU
224 fIcuCal.set(field, value);
227 // Note: These set methods call set(int field, int value) for each field.
229 // set(int field, int value), so the superclass implementations
231 //public void set(int year, int month, int date)
232 //public void set(int year, int month, int date, int hourOfDay, int minute)
233 //public void set(int year, int month, int date, int hourOfDay, int minute, int second)
289 // Mark "set" for all fields, so we can detect the invocation of
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java430 * - get/set decomposition mode and comparison level
695 UnicodeSet set;
701 set = coll.getTailoredSet();
702 logln("Got set: "+set.toPattern(true));
703 if(set.size() < data[i].length) {
704 errln("Tailored set size smaller ("+set.size()+") than expected ("+data[i].length+")");
707 logln("Checking to see whether "+data[i][j]+" is in set");
708 if(!set
1225 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java36 protected void set(int field, int value) { method in class:TestCase
96 set(Calendar.ERA, era);
97 set(Calendar.YEAR, year);
98 set(Calendar.MONTH, month - 1);
99 set(Calendar.DATE, day);
100 set(Calendar.DAY_OF_WEEK, dayOfWeek);
101 set(Calendar.HOUR, hour);
102 set(Calendar.MINUTE, min);
103 set(Calendar.SECOND, sec);
130 greg.set(gregYea
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCharsTrieTest.java278 set.add(c);
284 public int countUniqueFirstChars() { return set.size(); }
288 private UnicodeSet set=new UnicodeSet(); field in class:CharsTrieTest.Generator
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodePropertySource.java315 * @param set
317 public void setMatchSet(UnicodeSet set) { argument
318 matchIterator = new UnicodeSetIterator(set);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBNF.java168 public BNF addSet(String variable, UnicodeSet set) { argument
169 if (set != null) {
170 String body = set.toString();
172 addPick(variable, Pick.codePoint(set));
/external/iptables/extensions/
H A Dlibxt_sctp.c124 int set)
133 if (set) {
150 if (set) {
120 save_chunk_flag_info(struct xt_sctp_flag_info *flag_info, int *flag_count, int chunktype, int bit, int set) argument
/external/jetty/src/java/org/eclipse/jetty/util/
H A DBlockingArrayQueue.java387 _size.set(0);
499 public E set(int index, E e) method in class:BlockingArrayQueue
/external/jetty/src/java/org/eclipse/jetty/xml/
H A DXmlConfiguration.java63 * Configure Objects from XML. This class reads an XML file conforming to the configure.dtd DTD and uses it to configure and object by calling set, put or other
396 set(obj,node);
424 * Call a set method. This method makes a best effort to find a matching set method. The type of the value is used to find a suitable set method by 1.
430 private void set(Object obj, XmlParser.Node node) throws Exception method in class:XmlConfiguration.JettyXmlConfiguration
433 String name = "set" + attr.substring(0,1).toUpperCase(Locale.ENGLISH) + attr.substring(1);
455 Method set = oClass.getMethod(name,vClass);
456 set.invoke(obj,arg);
477 Method set
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimationFactory.java92 void set(Quaternion rot) { method in class:AnimationFactory.Rotation
93 rotation.set(rot);
96 eulerAngles.set(a[0], a[1], a[2]);
99 void set(float x, float y, float z) { method in class:AnimationFactory.Rotation
102 eulerAngles.set(x, y, z);
218 t.set(translation);
243 r.set(rotation);
274 r.set(x, y, z);
301 dr.set(prevRot.eulerAngles.x + cursor * dXAngle, prevRot.eulerAngles.y + cursor * dYAngle, prevRot.eulerAngles.z + cursor * dZAngle);
325 s.set(scal
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DTouchEvent.java108 set(Type.IDLE, 0f, 0f, 0f, 0f);
112 set(type, x, y, deltax, deltay);
115 public void set(Type type) { method in class:TouchEvent
116 set(type, 0f, 0f, 0f, 0f);
119 public void set(Type type, float x, float y, float deltax, float deltay) { method in class:TouchEvent
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DColorRGBA.java38 * be between 0 and 1. If any value is set higher or lower than these
40 * than zero is set the value clamps to zero. If a value higher than 1 is
169 * <code>set</code> sets the RGBA values of this color. The values are then
178 public ColorRGBA set(float r, float g, float b, float a) { method in class:ColorRGBA
187 * <code>set</code> sets the values of this color to those set by a parameter
190 * @param rgba ColorRGBA the color to set this color to.
193 public ColorRGBA set(ColorRGBA rgba) { method in class:ColorRGBA
210 * are less than 0 they are set to zero. If any are more than 1 they are
211 * set t
[all...]
H A DTriangle.java72 pointa.set(p1);
73 pointb.set(p2);
74 pointc.set(p3);
111 * <code>set</code> sets one of the triangle's points to that specified as
114 * @param point the point to set.
116 public void set(int i, Vector3f point) { method in class:Triangle
119 pointa.set(point);
122 pointb.set(point);
125 pointc.set(point);
132 * <code>set</cod
136 public void set(int i, float x, float y, float z) { method in class:Triangle
162 public void set(Vector3f v1, Vector3f v2, Vector3f v3) { method in class:Triangle
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSafeArrayList.java46 * <p>All modifications, including set() operations will cause a copy of the
63 * modification method. add() and set() are not supported on the iterator.
265 public E set(int index, E element) { method in class:SafeArrayList
266 return getBuffer().set(index, element);
394 public void set(E e) { method in class:SafeArrayList.ArrayIterator
/external/linux-tools-perf/src/tools/perf/
H A Dperf.c439 sigset_t set; local
441 sigemptyset(&set);
442 sigaddset(&set, SIGWINCH);
443 pthread_sigmask(SIG_BLOCK, &set, NULL);
448 sigset_t set; local
450 sigemptyset(&set);
451 sigaddset(&set, SIGWINCH);
452 pthread_sigmask(SIG_UNBLOCK, &set, NULL);
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h51 virtual bool GetRegisterValue(int set, int reg, DNBRegisterValue *value);
52 virtual bool SetRegisterValue(int set, int reg, const DNBRegisterValue *value);
56 virtual kern_return_t GetRegisterState (int set, bool force);
57 virtual kern_return_t SetRegisterState (int set);
58 virtual bool RegisterSetStateIsValid (int set) const;
156 void InvalidateRegisterSetState(int set) argument
158 SetError (set, Read, -1);
160 kern_return_t GetError (int set, uint32_t err_idx) const argument
164 switch (set)
181 bool SetError (int set, uint32_ argument
[all...]
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.h38 virtual bool GetRegisterValue(int set, int reg, DNBRegisterValue *value) const;
39 virtual kern_return_t GetRegisterState (int set, bool force);
40 virtual kern_return_t SetRegisterState (int set);
41 virtual bool RegisterSetStateIsValid (int set) const;
108 kern_return_t GetError (int set, uint32_t err_idx) const argument
112 switch (set)
126 bool SetError (int set, uint32_t err_idx, kern_return_t err) argument
130 switch (set)
157 bool RegsAreValid (int set) const
159 return GetError(set, Rea
[all...]

Completed in 910 milliseconds

<<11121314151617181920>>