HomeSort by relevance Sort by last modified time
    Searched defs:uset (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodBuilderFactory.java 40 short uset = allBits; field in class:BasicPeriodBuilderFactory.Settings
49 Settings setUnits(int uset) {
50 if (this.uset == uset) {
55 result.uset = (short)uset;
57 if ((uset & allBits) == allBits) {
58 result.uset = allBits;
64 if (0 != (uset & (1 << i))) {
84 return uset;
200 int uset = 0; local
214 int uset = settings.uset; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBINode.java 26 static final int uset = 1; field in class:RBBINode
45 "uset",
73 UnicodeSet fInputSet; // For uset nodes only.
163 } else if (fType == RBBINode.uset) {
223 // the left child of the uset node.
RBBIRuleScanner.java 593 // been encountered. The val Node will be of nodetype uset
611 // - find the corresponding Unicode Set (uset node)
614 // to the uset node
615 // Maintain a hash table of uset nodes, so the same one is always used
634 Assert.assrt(node.fLeftChild.fType == RBBINode.uset);
652 // Make a new uset node to refer to this UnicodeSet
653 // This new uset node becomes the child of the caller's setReference
656 RBBINode usetNode = new RBBINode(RBBINode.uset);
663 // Add the new uset node to the list of all uset nodes
1054 UnicodeSet uset = null; local
    [all...]
  /external/icu/icu4c/source/common/
rbbinode.h 32 uset, enumerator in enum:RBBINode::NodeType
61 UnicodeSet *fInputSet; // For uset nodes only.
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 30 #include "unicode/uset.h"
261 USet *us;
262 const USet *uset; local
264 uset = uspoof_getAllowedChars(sc, &status);
266 TEST_ASSERT(uset_isFrozen(uset));
398 * AllowedChars set/get the USet of allowed characters.
401 const USet *set;
402 USet *tmpSet;
405 /* By default, we should see no restriction; the USet should allow all characters. *
    [all...]
utransts.c 21 #include "unicode/uset.h"
591 USet* uset; local
617 uset = utrans_getSourceSet(utrans, FALSE, NULL, &status);
618 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status);
619 uset_close(uset);
626 uset = utrans_getSourceSet(utrans, TRUE, NULL, &status);
627 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status);
628 uset_close(uset);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodBuilderFactory.java 39 short uset = allBits; field in class:BasicPeriodBuilderFactory.Settings
48 Settings setUnits(int uset) {
49 if (this.uset == uset) {
54 result.uset = (short)uset;
56 if ((uset & allBits) == allBits) {
57 result.uset = allBits;
63 if (0 != (uset & (1 << i))) {
83 return uset;
199 int uset = 0; local
213 int uset = settings.uset; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBINode.java 25 static final int uset = 1; field in class:RBBINode
44 "uset",
72 UnicodeSet fInputSet; // For uset nodes only.
162 } else if (fType == RBBINode.uset) {
222 // the left child of the uset node.
RBBIRuleScanner.java 592 // been encountered. The val Node will be of nodetype uset
610 // - find the corresponding Unicode Set (uset node)
613 // to the uset node
614 // Maintain a hash table of uset nodes, so the same one is always used
633 Assert.assrt(node.fLeftChild.fType == RBBINode.uset);
651 // Make a new uset node to refer to this UnicodeSet
652 // This new uset node becomes the child of the caller's setReference
655 RBBINode usetNode = new RBBINode(RBBINode.uset);
662 // Add the new uset node to the list of all uset nodes
1053 UnicodeSet uset = null; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 57 UnicodeSet uset = new UnicodeSet(pattern); local
58 uset.complement();
59 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset);
745 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1)); local
751 boolean contains = uset.contains(c);
757 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset);
764 len = uset.span(interestingString, start, spanCondition) - start;
818 UnicodeSet uset = new UnicodeSet(Utility.unescape(patternWithUnpairedSurrogate)); local
    [all...]
UnicodeSetTest.java 1179 UnicodeSet uset = new UnicodeSet("[a{bc}{cd}pqr\\u0000]"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 56 UnicodeSet uset = new UnicodeSet(pattern); local
57 uset.complement();
58 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset);
744 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1)); local
750 boolean contains = uset.contains(c);
756 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset);
763 len = uset.span(interestingString, start, spanCondition) - start;
817 UnicodeSet uset = new UnicodeSet(Utility.unescape(patternWithUnpairedSurrogate)); local
    [all...]
UnicodeSetTest.java 1178 UnicodeSet uset = new UnicodeSet("[a{bc}{cd}pqr\\u0000]"); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 562 * @param set USet to receive characters. Existing contents are deleted.
572 * @param set USet to receive characters. Existing contents are deleted.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 184 UnicodeSet uset; local
186 uset = sc.getAllowedChars();
187 assertTrue("", uset.isFrozen());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java 561 * @param set USet to receive characters. Existing contents are deleted.
571 * @param set USet to receive characters. Existing contents are deleted.
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 183 UnicodeSet uset; local
185 uset = sc.getAllowedChars();
186 assertTrue("", uset.isFrozen());
    [all...]
  /external/libpcap/
gencode.h 230 typedef bpf_u_int32 *uset; typedef
241 uset edom;
261 uset dom;
262 uset closure;
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 703 // Conversions to and from USet
705 USet *uset = uniset->toUSet(); local
706 TEST_ASSERT((void *)uset == (void *)uniset);
707 UnicodeSet *setx = UnicodeSet::fromUSet(uset);
708 TEST_ASSERT((void *)setx == (void *)uset);
710 const USet *constUSet = constSet->toUSet();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1153 milliseconds

1 2