Home | History | Annotate | Download | only in unicode

Lines Matching refs:definition

313  * @param definition A short string containing a locale and a set of attributes. 
322 * collator default value. If the definition
339 ucol_openFromShortString( const char *definition,
626 /** Get the short definition string for a collator. This API harvests the collator's
636 * short string definition. If NULL, the locale will be harvested
653 /** Verifies and normalizes short definition string.
654 * Normalized short definition string has all the option sorted by the argument name,
655 * so that equivalent definition strings are the same.
657 * @param source definition string
971 * locale. For description see the definition of
989 * locale. For description see the definition of
1024 * short string definition. If NULL, the locale will be harvested
1045 * collator default value. If the definition
1061 * Calculate the short definition string given an identifier. Supports preflighting.
1070 * @return length of the short definition string
1084 * Calculate the identifier given a short definition string. Supports preflighting.
1085 * @param definition short string definition
1098 ucol_shortStringToIdentifier(const char *definition,
1151 /** Touches all resources needed for instantiating a collator from a short string definition,
1153 * @param definition A short string containing a locale and a set of attributes.
1162 * collator default value. If the definition
1172 ucol_prepareShortStringOpen( const char *definition,