Home | History | Annotate | Download | only in unicode

Lines Matching refs:standard

300  * See section 1.4, Charset Alias Matching in Unicode Technical Standard #22
650 * @param err Pointer to a standard ICU error code. Its input value must
1757 * alias names for a given converter that are recognized by a standard.
1763 * the specified standard name. The returned object must be closed with
1767 * @param standard name of the standard governing the names; MIME and IANA
1771 * by a standard. If any of the parameters are invalid, NULL
1780 const char *standard,
1792 * Gives the name of the standard at given index of standard list.
1793 * @param n index in standard list
1795 * @return returns the name of the standard at given index. Owned by the library.
1802 * Returns a standard name for a given converter name.
1812 * @param standard name of the standard governing the names; MIME and IANA
1815 * @return returns the standard converter name;
1816 * if a standard converter name cannot be determined,
1821 ucnv_getStandardName(const char *name, const char *standard, UErrorCode *pErrorCode);
1836 * if a standard or alias name cannot be determined,
1843 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode);