Home
last modified time | relevance | path

Searched refs:UCOL_NUMERIC_COLLATION (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/objects/
Djs-collator.cc92 icu_collator->getAttribute(UCOL_NUMERIC_COLLATION, status) == UCOL_ON; in ResolvedOptions()
259 icu_collator->setAttribute(UCOL_NUMERIC_COLLATION, in SetNumericOption()
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp433 case UCOL_NUMERIC_COLLATION: in getAttribute()
493 case UCOL_NUMERIC_COLLATION: in setAttribute()
1571 if(attributeHasBeenSetExplicitly(UCOL_NUMERIC_COLLATION)) { in internalGetShortDefinitionString()
1572 appendAttribute(result, 'D', getAttribute(UCOL_NUMERIC_COLLATION, errorCode), errorCode); in internalGetShortDefinitionString()
Ducol_sit.cpp284 /* 09 NUMERIC_COLLATION */ {numericCollArg, _processCollatorOption, UCOL_NUMERIC_COLLATION },…
Dcoll.cpp273 { "colNumeric", UCOL_NUMERIC_COLLATION }
Dusearch.cpp2657 if(ucol_getAttribute(collator, UCOL_NUMERIC_COLLATION, status) == UCOL_ON) { in usearch_openFromCollator()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h343 UCOL_NUMERIC_COLLATION = UCOL_STRENGTH + 2, enumerator
/external/icu/libandroidicu/include/unicode/
Ducol.h343 UCOL_NUMERIC_COLLATION = UCOL_STRENGTH + 2, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c3040 UColAttribute att = UCOL_NUMERIC_COLLATION; in TestNumericCollation()
3058 ucol_setAttribute(coll, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestNumericCollation()
5338 ucol_setAttribute(myCollation, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestReorderWithNumericCollation()
5349 ucol_setAttribute(myReorderCollation, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestReorderWithNumericCollation()
Dusrchtst.c2442 ucol_setAttribute(coll, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestNumeric()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1091 { "numeric", UCOL_NUMERIC_COLLATION }
Dapicoll.cpp2430 coll.setAttribute(UCOL_NUMERIC_COLLATION, UCOL_ON, errorCode); in TestIterNumeric()