HomeSort by relevance Sort by last modified time
    Searched refs:UColAttributeValue (Results 1 - 24 of 24) 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);
635 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
658 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
680 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) {
    [all...]
cmsccoll.c 281 UColAttributeValue caseFirst[] = {
288 UColAttributeValue alternateHandling[] = {
293 UColAttributeValue caseLevel[] = {
298 UColAttributeValue strengths[] = {
    [all...]
capitst.c 154 UColAttributeValue val[5];
156 UColAttributeValue nonValue;
168 UColAttributeValue value;
    [all...]
  /external/icu4c/i18n/unicode/
tblcoll.h 153 UColAttributeValue decompositionMode,
169 UColAttributeValue decompositionMode,
550 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
560 virtual UColAttributeValue getAttribute(UColAttribute attr,
    [all...]
ucol.h 134 } UColAttributeValue;
223 * These values can be now found in the UColAttributeValue enum.
226 typedef UColAttributeValue UCollationStrength;
356 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/
ucol_tok.h 148 UColAttributeValue attrVal;
191 UColAttribute *attrib, UColAttributeValue *value,
tblcoll.cpp 111 UColAttributeValue decompositionMode,
123 UColAttributeValue decompositionMode,
158 UColAttributeValue collationStrength,
159 UColAttributeValue decompositionMode,
528 UColAttributeValue value,
537 UColAttributeValue RuleBasedCollator::getAttribute(UColAttribute attr,
ucol_imp.h     [all...]
ucol_sit.cpp 80 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
97 UColAttributeValue value;
117 ucol_sit_attributeValueToLetter(UColAttributeValue value, UErrorCode *status) {
128 static UColAttributeValue
592 UColAttributeValue attribute = UCOL_DEFAULT;
641 U_CAPI UColAttributeValue U_EXPORT2
ucol.cpp 808 result->caseFirst = (UColAttributeValue)opts->caseFirst;
809 result->caseLevel = (UColAttributeValue)opts->caseLevel;
810 result->frenchCollation = (UColAttributeValue)opts->frenchCollation;
811 result->normalizationMode = (UColAttributeValue)opts->normalizationMode;
815 result->strength = (UColAttributeValue)opts->strength;
817 result->alternateHandling = (UColAttributeValue)opts->alternateHandling;
818 result->hiraganaQ = (UColAttributeValue)opts->hiraganaQ;
819 result->numericCollation = (UColAttributeValue)opts->numericCollation;
    [all...]
ucol_res.cpp 373 UColAttributeValue normalizationMode,
381 UColAttributeValue norm;
527 UColAttributeValue normalizationMode,
    [all...]
ucol_tok.cpp 241 void ucol_uprv_tok_setOptionInImage(UColOptionSet *opts, UColAttribute attrib, UColAttributeValue value) {
504 UColAttribute *attrib, UColAttributeValue *value,
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 112 UColAttributeValue cachedCollatorLowerFirst = ucol_getAttribute(cachedCollator, UCOL_CASE_FIRST, &status);
  /external/icu4c/tools/toolutil/
udbgutil.cpp 245 COUNT_CASE(UColAttributeValue)
266 FIELD_CASE(UColAttributeValue)
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 131 UColAttributeValue(mode), UCollationStrength(strength), NULL, &status);
157 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 160 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
apicoll.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 74 static UColAttributeValue ATTRIBUTE_[UCOL_ATTRIBUTE_COUNT] = {
715 ATTRIBUTE_[name] = (UColAttributeValue)value;
    [all...]

Completed in 587 milliseconds