Home | History | Annotate | Download | only in unicode

Lines Matching refs:locale

85  * @param locale the locale for which we want to open the resource. If
86 * NULL, the default ICU locale will be used (see uloc_getDefault). If
87 * strlen(locale) == 0, the root locale will be used.
90 * U_USING_FALLBACK_WARNING indicates that a fallback locale was
93 * default locale data or root locale data was used; neither the
94 * requested locale nor any of its fallback locales were found.
105 u_catopen(const char* name, const char* locale, UErrorCode* ec);