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

  /libcore/luni/src/main/java/java/text/
RuleBasedCollator.java 25 * {@code RuleBasedCollator} has the following restrictions for efficiency
32 * <li> If a character is not located in the {@code RuleBasedCollator}, the
124 * {@code RuleBasedCollator} automatically processes its rule table to include
131 * This allows you to use a RuleBasedCollator to compare accented strings even
150 * If you produce one of these errors, {@code RuleBasedCollator} throws a
157 * construct the {@code RuleBasedCollator} with the rules contained in a
163 * RuleBasedCollator mySimple = new RuleBasedCollator(Simple);
177 * RuleBasedCollator myNorwegian = new RuleBasedCollator(Norwegian)
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollatorTest.java 21 import java.text.RuleBasedCollator;
190 if (c1 instanceof RuleBasedCollator) {
192 new RuleBasedCollator(((RuleBasedCollator) c1).getRules());
207 RuleBasedCollator collator;
209 collator = new RuleBasedCollator("; \u0300 < a, A < b < c < d");
238 RuleBasedCollator collator;
240 collator = new RuleBasedCollator("; \u0300 < a, A < b < c < d");
  /external/icu4c/i18n/
tblcoll.cpp 17 * constructor which reads RuleBasedCollator object from
19 * RuleBasedCollator out to a binary file. The streamIn
27 * Added a private RuleBasedCollator(Locale&) constructor,
43 * 08/10/98 erm Synched with 1.2 version of RuleBasedCollator.java
74 /* public RuleBasedCollator constructor ---------------------------------- */
81 RuleBasedCollator::RuleBasedCollator(const RuleBasedCollator& that)
87 RuleBasedCollator::operator=(that);
90 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules
    [all...]
  /external/icu4c/i18n/unicode/
tblcoll.h 10 * \brief C++ API: RuleBasedCollator class provides the simple implementation of Collator.
22 * constructor which reads RuleBasedCollator object from
24 * RuleBasedCollator out to a binary file. The streamIn
30 * Added a private RuleBasedCollator(Locale&) constructor,
45 * 08/05/98 erm Synched with 1.2 version of RuleBasedCollator.java
84 * The RuleBasedCollator class provides the simple implementation of
94 * RuleBasedCollator is a thin C++ wrapper over the C implementation.
107 * Note, RuleBasedCollator is not to be subclassed.
111 class U_I18N_API RuleBasedCollator : public Collator
118 * RuleBasedCollator constructor. This takes the table rules and builds
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 525 milliseconds