Searched defs:UColAttribute (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h329 * The number of UColAttribute constants.
333 } UColAttribute; typedef in typeref:enum:__anon12151
1139 * @see UColAttribute
1145 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
1153 * @see UColAttribute
1159 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1324 * @see UColAttribute
1330 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status);
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h337 * The number of UColAttribute constants.
341 } UColAttribute; typedef in typeref:enum:__anon21937
1155 * @see UColAttribute
1161 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
1169 * @see UColAttribute
1175 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);

Completed in 91 milliseconds