Searched defs:Collator (Results 1 - 7 of 7) sorted by last modified time

/external/v8/test/intl/overrides/
H A Dsecurity.js34 Intl.Collator = Intl.NumberFormat = Intl.DateTimeFormat = throwError;
36 Intl.Collator.prototype.compare = throwError;
41 assertThrows('new Intl.Collator()');
/external/v8/src/
H A Di18n.h14 class Collator;
83 class Collator { class in namespace:v8::internal
87 static icu::Collator* InitializeCollator(
94 static icu::Collator* UnpackCollator(Isolate* isolate, Handle<JSObject> obj);
96 // Release memory we allocated for the Collator once the JS object that holds
102 Collator();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java32 * {@icuenhanced java.text.Collator}.{@icu _usage_}
34 * <p>Collator performs locale-sensitive string comparison. A concrete
38 * <p>A Collator is thread-safe only when frozen. See {{@link #isFrozen()} and {@link Freezable}.
85 * Unlike the JDK, ICU4J's Collator deals only with 2 decomposition modes,
87 * The compatibility decomposition mode, java.text.Collator.FULL_DECOMPOSITION
89 * decomposition mode is set, the Collator handles un-normalized text properly,
100 * // Get the Collator for US English and set its strength to PRIMARY
101 * Collator usCollator = Collator.getInstance(Locale.US);
102 * usCollator.setStrength(Collator
133 public abstract class Collator implements Comparator<Object>, Freezable<Collator>, Cloneable class in inherits:Comparator,Freezable,Cloneable
1462 protected Collator() method in class:Collator
[all...]
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp143 return Collator::makeInstance(loc, status);
153 : ICULocaleService(UNICODE_STRING_SIMPLE("Collator"))
162 return ((Collator*)instance)->clone();
175 return Collator::makeInstance(loc, status);
183 return (Collator*)ICULocaleService::getKey(key, actualReturn, status);
257 // Collator public methods -----------------------------------------------
316 void setAttributesFromKeywords(const Locale &loc, Collator &coll, UErrorCode &errorCode) {
422 Collator* U_EXPORT2 Collator::createInstance(UErrorCode& success)
427 Collator* U_EXPORT
601 Collator::Collator() function in class:Collator
616 Collator::Collator(UCollationStrength, UNormalizationMode ) function in class:Collator
625 Collator::Collator(const Collator &other) function in class:Collator
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h40 * 11/02/99 helena Collator performance enhancements. Eliminates the
83 * The <code>Collator</code> class performs locale-sensitive string
88 * <code>Collator</code> is an abstract base class. Subclasses implement
96 * <code>Collator</code> object for a given locale. You will only need to
97 * look at the subclasses of <code>Collator</code> if you need to
102 * <code>Collator</code> for the default locale.
108 * Collator* myCollator = Collator::createInstance(success);
117 * You can set a <code>Collator</code>'s <em>strength</em> attribute to
129 * //Get the Collator fo
163 class U_I18N_API Collator : public UObject { class in inherits:UObject
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 202 milliseconds