HomeSort by relevance Sort by last modified time
    Searched refs:UColAttributeValue (Results 1 - 25 of 25) sorted by null

  /external/icu4c/test/cintltst/
callcoll.h 51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
callcoll.c 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
663 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
686 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
708 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) {
    [all...]
cmsccoll.c 282 UColAttributeValue caseFirst[] = {
289 UColAttributeValue alternateHandling[] = {
294 UColAttributeValue caseLevel[] = {
299 UColAttributeValue strengths[] = {
    [all...]
capitst.c 105 UColAttributeValue val[5];
107 UColAttributeValue nonValue;
119 UColAttributeValue value;
    [all...]
  /external/icu4c/i18n/unicode/
tblcoll.h 153 UColAttributeValue decompositionMode,
169 UColAttributeValue decompositionMode,
477 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
487 virtual UColAttributeValue getAttribute(UColAttribute attr,
732 UColAttributeValue collationStrength,
733 UColAttributeValue decompositionMode,
    [all...]
ucol.h 134 } UColAttributeValue;
231 * These values can be now found in the UColAttributeValue enum.
234 typedef UColAttributeValue UCollationStrength;
401 UColAttributeValue normalizationMode,
    [all...]
coll.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 141 } UColAttributeValue;
166 * These values can be now found in the UColAttributeValue enum.
169 typedef UColAttributeValue UCollationStrength;
299 UColAttributeValue normalizationMode,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 141 } UColAttributeValue;
166 * These values can be now found in the UColAttributeValue enum.
169 typedef UColAttributeValue UCollationStrength;
299 UColAttributeValue normalizationMode,
    [all...]
  /external/icu4c/i18n/
tblcoll.cpp 104 (UColAttributeValue)collationStrength,
110 UColAttributeValue decompositionMode,
122 UColAttributeValue decompositionMode,
126 (UColAttributeValue)collationStrength,
157 UColAttributeValue collationStrength,
158 UColAttributeValue decompositionMode,
469 UColAttributeValue value,
478 UColAttributeValue RuleBasedCollator::getAttribute(UColAttribute attr,
ucol_tok.h 148 UColAttributeValue attrVal;
191 UColAttribute *attrib, UColAttributeValue *value,
ucol_imp.h 789 /*UColAttributeValue*/ int32_t frenchCollation;
790 /*UColAttributeValue*/ int32_t alternateHandling; /* attribute for handling variable elements*
    [all...]
ucol_sit.cpp 93 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
110 UColAttributeValue value;
130 ucol_sit_attributeValueToLetter(UColAttributeValue value, UErrorCode *status) {
139 fprintf(stderr, "%s:%d: unknown UColAttributeValue %d: %s\n", __FILE__, __LINE__, value, u_errorName(*status));
144 static UColAttributeValue
633 UColAttributeValue attribute = UCOL_DEFAULT;
682 U_CAPI UColAttributeValue U_EXPORT2
    [all...]
ucol.cpp 833 result->caseFirst = (UColAttributeValue)opts->caseFirst;
834 result->caseLevel = (UColAttributeValue)opts->caseLevel;
835 result->frenchCollation = (UColAttributeValue)opts->frenchCollation;
836 result->normalizationMode = (UColAttributeValue)opts->normalizationMode;
840 result->strength = (UColAttributeValue)opts->strength;
842 result->alternateHandling = (UColAttributeValue)opts->alternateHandling;
843 result->hiraganaQ = (UColAttributeValue)opts->hiraganaQ;
844 result->numericCollation = (UColAttributeValue)opts->numericCollation;
    [all...]
ucol_res.cpp 373 UColAttributeValue normalizationMode,
381 UColAttributeValue norm;
526 UColAttributeValue normalizationMode,
    [all...]
coll.cpp 875 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus);
ucol_tok.cpp 235 void ucol_uprv_tok_setOptionInImage(UColOptionSet *opts, UColAttribute attrib, UColAttributeValue value) {
498 UColAttribute *attrib, UColAttributeValue *value,
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 112 UColAttributeValue cachedCollatorLowerFirst = ucol_getAttribute(cachedCollator, UCOL_CASE_FIRST, &status);
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 132 UColAttributeValue(mode), UCollationStrength(strength), NULL, &status);
158 ucol_setAttribute(toCollator(address), (UColAttribute)type, (UColAttributeValue)value, &status);
  /external/icu4c/test/intltest/
dadrcoll.cpp 152 UColAttributeValue value;
ssearch.cpp 196 UColAttributeValue collatorStrength = UCOL_PRIMARY;
215 UColAttributeValue normalize = UCOL_OFF;
225 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
534 UColAttributeValue collatorStrength = UCOL_PRIMARY;
553 UColAttributeValue normalize = UCOL_OFF;
563 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
    [all...]
tscoll.cpp 162 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
apicoll.cpp     [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 250 COUNT_CASE(UColAttributeValue)
271 FIELD_CASE(UColAttributeValue)
  /external/icu4c/tools/dumpce/
dumpce.cpp 74 static UColAttributeValue ATTRIBUTE_[UCOL_ATTRIBUTE_COUNT] = {
715 ATTRIBUTE_[name] = (UColAttributeValue)value;
    [all...]

Completed in 3842 milliseconds