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
412 * Gets the script code for the specified locale.
415 * @param script the language code for localeID
425 char* script,
567 * Gets the script name suitable for display for the specified locale.
569 * @param locale the locale to get the displayable script code with. NULL may be used to specify the default.
574 * @param script the displayable country code for localeID
575 * @param scriptCapacity the size of the script buffer to store the
576 * displayable script code with
577 * @param status error information if retrieving the displayable script code failed
578 * @return the actual buffer size needed for the displayable script code. If it's greater
579 * than scriptCapacity, the returned displayable script code will be truncated.
585 UChar* script,
1052 * script, and minimizing to "zh" would imply "zh_Hans_CN".)