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

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodBuilderFactory.java 38 short uset = allBits; field in class:BasicPeriodBuilderFactory.Settings
47 Settings setUnits(int uset) {
48 if (this.uset == uset) {
53 result.uset = (short)uset;
55 if ((uset & allBits) == allBits) {
56 result.uset = allBits;
62 if (0 != (uset & (1 << i))) {
82 return uset;
197 int uset = 0; local
210 int uset = settings.uset; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBINode.java 24 static final int uset = 1; field in class:RBBINode
43 "uset",
71 UnicodeSet fInputSet; // For uset nodes only.
154 } else if (fType == RBBINode.uset) {
213 // the left child of the uset node.
RBBIRuleScanner.java 567 // been encountered. The val Node will be of nodetype uset
585 // - find the corresponding Unicode Set (uset node)
588 // to the uset node
589 // Maintain a hash table of uset nodes, so the same one is always used
608 Assert.assrt(node.fLeftChild.fType == RBBINode.uset);
626 // Make a new uset node to refer to this UnicodeSet
627 // This new uset node becomes the child of the caller's setReference
630 RBBINode usetNode = new RBBINode(RBBINode.uset);
637 // Add the new uset node to the list of all uset nodes
1022 UnicodeSet uset = null; local
    [all...]
  /external/icu/icu4c/source/common/
rbbinode.h 29 uset, enumerator in enum:RBBINode::NodeType
58 UnicodeSet *fInputSet; // For uset nodes only.
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 28 #include "unicode/uset.h"
258 USet *us;
259 const USet *uset; local
261 uset = uspoof_getAllowedChars(sc, &status);
263 TEST_ASSERT(uset_isFrozen(uset));
395 * AllowedChars set/get the USet of allowed characters.
398 const USet *set;
399 USet *tmpSet;
402 /* By default, we should see no restriction; the USet should allow all characters. *
    [all...]
utransts.c 19 #include "unicode/uset.h"
588 USet* uset; local
614 uset = utrans_getSourceSet(utrans, FALSE, NULL, &status);
615 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status);
616 uset_close(uset);
623 uset = utrans_getSourceSet(utrans, TRUE, NULL, &status);
624 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status);
625 uset_close(uset);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodBuilderFactory.java 37 short uset = allBits; field in class:BasicPeriodBuilderFactory.Settings
46 Settings setUnits(int uset) {
47 if (this.uset == uset) {
52 result.uset = (short)uset;
54 if ((uset & allBits) == allBits) {
55 result.uset = allBits;
61 if (0 != (uset & (1 << i))) {
81 return uset;
196 int uset = 0; local
209 int uset = settings.uset; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBINode.java 23 static final int uset = 1; field in class:RBBINode
42 "uset",
70 UnicodeSet fInputSet; // For uset nodes only.
153 } else if (fType == RBBINode.uset) {
212 // the left child of the uset node.
RBBIRuleScanner.java 566 // been encountered. The val Node will be of nodetype uset
584 // - find the corresponding Unicode Set (uset node)
587 // to the uset node
588 // Maintain a hash table of uset nodes, so the same one is always used
607 Assert.assrt(node.fLeftChild.fType == RBBINode.uset);
625 // Make a new uset node to refer to this UnicodeSet
626 // This new uset node becomes the child of the caller's setReference
629 RBBINode usetNode = new RBBINode(RBBINode.uset);
636 // Add the new uset node to the list of all uset nodes
1021 UnicodeSet uset = null; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 59 UnicodeSet uset = new UnicodeSet(pattern); local
60 uset.complement();
61 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;
817 UnicodeSet uset = new UnicodeSet(Utility.unescape(patternWithUnpairedSurrogate)); local
    [all...]
UnicodeSetTest.java 1168 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 55 UnicodeSet uset = new UnicodeSet(pattern); local
56 uset.complement();
57 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset);
741 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1)); local
747 boolean contains = uset.contains(c);
753 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset);
760 len = uset.span(interestingString, start, spanCondition) - start;
813 UnicodeSet uset = new UnicodeSet(Utility.unescape(patternWithUnpairedSurrogate)); local
    [all...]
UnicodeSetTest.java 1164 UnicodeSet uset = new UnicodeSet("[a{bc}{cd}pqr\\u0000]"); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 29 CPPUNIT_TEST(uset);
46 void uset();
66 void UnorderedTest::uset() function in class:UnorderedTest
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 29 CPPUNIT_TEST(uset);
46 void uset();
66 void UnorderedTest::uset() function in class:UnorderedTest
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 560 * @param set USet to receive characters. Existing contents are deleted.
570 * @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 196 UnicodeSet uset; local
198 uset = sc.getAllowedChars();
199 assertTrue("", uset.isFrozen());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java 559 * @param set USet to receive characters. Existing contents are deleted.
569 * @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 192 UnicodeSet uset; local
194 uset = sc.getAllowedChars();
195 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 700 // Conversions to and from USet
702 USet *uset = uniset->toUSet(); local
703 TEST_ASSERT((void *)uset == (void *)uniset);
704 UnicodeSet *setx = UnicodeSet::fromUSet(uset);
705 TEST_ASSERT((void *)setx == (void *)uset);
707 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 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 3594 milliseconds

1 2