Lines Matching full:alias
34 * more frequently used alias functions to get this information.</p>
259 * Do a fuzzy compare of two converter/alias names.
263 * See section 1.4, Charset Alias Matching in Unicode Technical Standard #22
266 * @param name1 a converter name or alias, zero-terminated
267 * @param name2 a converter name or alias, zero-terminated
279 * The actual name will be resolved with the alias file
297 * <p>If the alias is ambiguous, then the preferred converter is used
304 * other than its an alias starting with the letters "cp". Please do not
309 * IANA alias character set names, IBM CCSIDs starting with "ibm-",
332 * The actual name will be resolved with the alias file
339 * If the alias is ambiguous, then the preferred converter is used
407 * If the alias is ambiguous, then the preferred converter is used
436 * <p>The name will NOT be looked up in the alias mechanism, nor will the converter be
437 * stored in the converter cache or the alias table. The only way to open further converters
441 * <p>A future version of ICU may add alias table lookups and/or caching
1616 * Returns the number of available converters, as per the alias file.
1627 * all available converters contaied in the alias file. All converters
1640 * names, as per the alias file, regardless of the ability to open each
1654 * Gives the number of aliases for a given converter or alias name.
1655 * If the alias is ambiguous, then the preferred converter is used
1657 * This method only enumerates the listed entries in the alias file.
1658 * @param alias alias name
1660 * @return number of names on alias list for given alias
1664 ucnv_countAliases(const char *alias, UErrorCode *pErrorCode);
1667 * Gives the name of the alias at given index of alias list.
1668 * This method only enumerates the listed entries in the alias file.
1669 * If the alias is ambiguous, then the preferred converter is used
1671 * @param alias alias name
1672 * @param n index in alias list
1674 * @return returns the name of the alias at given index
1679 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode);
1682 * Fill-up the list of alias names for the given alias.
1683 * This method only enumerates the listed entries in the alias file.
1684 * If the alias is ambiguous, then the preferred converter is used
1686 * @param alias alias name
1695 ucnv_getAliases(const char *alias, const char **aliases, UErrorCode *pErrorCode);
1699 * alias names for a given converter that are recognized by a standard.
1700 * This method only enumerates the listed entries in the alias file.
1704 * <code>ucnv_getStandardName</code>, which is the default alias for
1746 * Example alias table:<br>
1750 * alias table:<br>
1767 * tagged alias. This is the opposite of ucnv_openStandardNames, which
1768 * returns the tagged alias given the canonical name.
1770 * Example alias table:<br>
1774 * alias table:<br>
1778 * if a standard or alias name cannot be determined,
1785 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode);