Home | History | Annotate | Download | only in unicode

Lines Matching full:alias

34  * more frequently used alias functions to get this information.</p>
250 * Do a fuzzy compare of a two converter/alias names. The comparison
255 * @param name1 a converter name or alias, zero-terminated
256 * @param name2 a converter name or alias, zero-terminated
268 * The actual name will be resolved with the alias file
285 * <p>If the alias is ambiguous, then the preferred converter is used
308 * The actual name will be resolved with the alias file
314 * If the alias is ambiguous, then the preferred converter is used
380 * If the alias is ambiguous, then the preferred converter is used
409 * <p>The name will NOT be looked up in the alias mechanism, nor will the converter be
410 * stored in the converter cache or the alias table. The only way to open further converters
414 * <p>A future version of ICU may add alias table lookups and/or caching
1506 * Returns the number of available converters, as per the alias file.
1517 * all available converters contaied in the alias file. All converters
1530 * names, as per the alias file, regardless of the ability to open each
1544 * Gives the number of aliases for a given converter or alias name.
1545 * If the alias is ambiguous, then the preferred converter is used
1547 * This method only enumerates the listed entries in the alias file.
1548 * @param alias alias name
1550 * @return number of names on alias list for given alias
1554 ucnv_countAliases(const char *alias, UErrorCode *pErrorCode);
1557 * Gives the name of the alias at given index of alias list.
1558 * This method only enumerates the listed entries in the alias file.
1559 * If the alias is ambiguous, then the preferred converter is used
1561 * @param alias alias name
1562 * @param n index in alias list
1564 * @return returns the name of the alias at given index
1569 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode);
1572 * Fill-up the list of alias names for the given alias.
1573 * This method only enumerates the listed entries in the alias file.
1574 * If the alias is ambiguous, then the preferred converter is used
1576 * @param alias alias name
1585 ucnv_getAliases(const char *alias, const char **aliases, UErrorCode *pErrorCode);
1589 * alias names for a given converter that are recognized by a standard.
1590 * This method only enumerates the listed entries in the alias file.
1594 * <code>ucnv_getStandardName</code>, which is the default alias for
1636 * Example alias table:<br>
1640 * alias table:<br>
1657 * tagged alias. This is the opposite of ucnv_openStandardNames, which
1658 * returns the tagged alias given the canonical name.
1660 * Example alias table:<br>
1664 * alias table:<br>
1668 * if a standard or alias name cannot be determined,
1675 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode);