Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp433 case UCOL_NUMERIC_COLLATION: in getAttribute()
493 case UCOL_NUMERIC_COLLATION: in setAttribute()
1575 if(attributeHasBeenSetExplicitly(UCOL_NUMERIC_COLLATION)) { in internalGetShortDefinitionString()
1576 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/v8/src/
Di18n.cc483 UCOL_NUMERIC_COLLATION, numeric ? UCOL_ON : UCOL_OFF, status); in CreateICUCollator()
539 collator->getAttribute(UCOL_NUMERIC_COLLATION, status) == UCOL_ON), in SetResolvedCollatorSettings()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c3041 UColAttribute att = UCOL_NUMERIC_COLLATION; in TestNumericCollation()
3059 ucol_setAttribute(coll, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestNumericCollation()
5339 ucol_setAttribute(myCollation, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestReorderWithNumericCollation()
5350 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.cpp1095 { "numeric", UCOL_NUMERIC_COLLATION }
Dapicoll.cpp2401 coll.setAttribute(UCOL_NUMERIC_COLLATION, UCOL_ON, errorCode); in TestIterNumeric()