HomeSort by relevance Sort by last modified time
    Searched defs:UnicodeSet (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
uniset.h 38 * <p>The UnicodeSet class is not designed to be subclassed.
40 * <p><code>UnicodeSet</code> supports two APIs. The first is the
42 * a <code>UnicodeSet</code> object. It conforms to Java 2's
44 * <code>UnicodeSet</code> does not actually implement that
48 * <code>UnicodeSet</code> instead of a <code>Collection</code>. The
65 * attributes of a <code>UnicodeSet</code> at once, based on a
117 * for UnicodeSet at
118 * <a href="http://icu-project.org/userguide/unicodeSet.html">
119 * http://icu-project.org/userguide/unicodeSet.html</a>.
172 * <p><b>Warning</b>: you cannot add an empty string ("") to a UnicodeSet.</p
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
uniset.h 42 * <p>The UnicodeSet class is not designed to be subclassed.
44 * <p><code>UnicodeSet</code> supports two APIs. The first is the
46 * a <code>UnicodeSet</code> object. It conforms to Java 2's
48 * <code>UnicodeSet</code> does not actually implement that
52 * <code>UnicodeSet</code> instead of a <code>Collection</code>. The
69 * attributes of a <code>UnicodeSet</code> at once, based on a
121 * for UnicodeSet at
122 * <a href="http://icu-project.org/userguide/unicodeSet.html">
123 * http://icu-project.org/userguide/unicodeSet.html</a>.
176 * <p><b>Warning</b>: you cannot add an empty string ("") to a UnicodeSet.</p
    [all...]
  /external/icu/icu4c/source/common/
uniset_closure.cpp 16 * UnicodeSet::closeOver() and related methods moved here from uniset_props.cpp
47 UnicodeSet::UnicodeSet(const UnicodeString& pattern,
68 UnicodeSet::UnicodeSet(const UnicodeString& pattern, ParsePosition& pos,
93 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern,
114 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern,
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status)
    [all...]
uniset.cpp 64 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UnicodeSet)
89 // DEBUG UnicodeSet: ct 0x00A39B20; 397 [\u0A81-\u0A83\u0A85-
90 // DEBUG UnicodeSet: dt 0x00A39B20; 396 [\u0A81-\u0A83\u0A85-
101 static inline void _dbgct(UnicodeSet* set) {
106 printf("DEBUG UnicodeSet: ct 0x%08X; %d %s\n", set, ++_dbgCount, buf);
109 static inline void _dbgdt(UnicodeSet* set) {
114 printf("DEBUG UnicodeSet: dt 0x%08X; %d %s\n", set, --_dbgCount, buf);
145 UnicodeSet::UnicodeSet() :
172 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end)
    [all...]
uniset_props.cpp 102 UnicodeSet *fSet;
107 static UnicodeSet *uni32Singleton;
118 ((UnicodeSet *)set)->add(c);
123 ((UnicodeSet *)set)->add(start, end);
128 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
132 * Cleanup function for UnicodeSet
160 // This function is a friend of class UnicodeSet.
163 UnicodeSet * &incl = gInclusions[src].fSet;
166 incl = new UnicodeSet();
253 const UnicodeSet* UnicodeSet::getInclusions(int32_t src, UErrorCode &status)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset.cpp 62 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UnicodeSet)
87 // DEBUG UnicodeSet: ct 0x00A39B20; 397 [\u0A81-\u0A83\u0A85-
88 // DEBUG UnicodeSet: dt 0x00A39B20; 396 [\u0A81-\u0A83\u0A85-
99 static inline void _dbgct(UnicodeSet* set) {
104 printf("DEBUG UnicodeSet: ct 0x%08X; %d %s\n", set, ++_dbgCount, buf);
107 static inline void _dbgdt(UnicodeSet* set) {
112 printf("DEBUG UnicodeSet: dt 0x%08X; %d %s\n", set, --_dbgCount, buf);
143 UnicodeSet::UnicodeSet() :
170 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end)
    [all...]
uniset_props.cpp 102 // Not a TriStateSingletonWrapper because we think the UnicodeSet constructor
105 class UnicodeSetSingleton : public SimpleSingletonWrapper<UnicodeSet> {
108 SimpleSingletonWrapper<UnicodeSet>(s), fPattern(pattern) {}
109 UnicodeSet *getInstance(UErrorCode &errorCode) {
110 return SimpleSingletonWrapper<UnicodeSet>::getInstance(createInstance, fPattern, errorCode);
115 UnicodeSet *set=new UnicodeSet(pattern, errorCode);
129 static UnicodeSet *INCLUSIONS[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions()
141 ((UnicodeSet *)set)->add(c);
146 ((UnicodeSet *)set)->add(start, end)
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 285 milliseconds