Home | History | Annotate | Download | only in unicode

Lines Matching refs:script

265  * Useful constant for the maximum size of the script part of a locale ID
411 * Gets the script code for the specified locale.
414 * @param script the language code for localeID
424 char* script,
566 * Gets the script name suitable for display for the specified locale.
568 * @param locale the locale to get the displayable script code with. NULL may be used to specify the default.
573 * @param script the displayable country code for localeID
574 * @param scriptCapacity the size of the script buffer to store the
575 * displayable script code with
576 * @param status error information if retrieving the displayable script code failed
577 * @return the actual buffer size needed for the displayable script code. If it's greater
578 * than scriptCapacity, the returned displayable script code will be truncated.
584 UChar* script,
1049 * script, and minimizing to "zh" would imply "zh_Hans_CN".)