Home
last modified time | relevance | path

Searched refs:icu_err (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-icu.cc182 UErrorCode icu_err; in hb_icu_unicode_compose() local
191 icu_err = U_ZERO_ERROR; in hb_icu_unicode_compose()
192 …unorm2_normalize (unorm2_getNFCInstance (&icu_err), utf16, len, normalized, ARRAY_LENGTH (normaliz… in hb_icu_unicode_compose()
193 if (U_FAILURE (icu_err)) in hb_icu_unicode_compose()
217 UErrorCode icu_err = U_ZERO_ERROR; in hb_icu_unicode_decompose() local
219 ARRAY_LENGTH (decomposed), &icu_err); in hb_icu_unicode_decompose()
220 if (U_FAILURE (icu_err) || len < 0) return false; in hb_icu_unicode_decompose()
242 UErrorCode icu_err; in hb_icu_unicode_decompose() local
253 icu_err = U_ZERO_ERROR; in hb_icu_unicode_decompose()
254 …unorm2_normalize (unorm2_getNFDInstance (&icu_err), utf16, len, normalized, ARRAY_LENGTH (normaliz… in hb_icu_unicode_decompose()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c1624 i = uloc_getLanguage("kok",NULL,0,&icu_err); in TestObsoleteNames()
1625 if(U_FAILURE(icu_err)) in TestObsoleteNames()
1627 log_err("FAIL: Got %s trying to do uloc_getLanguage(kok)\n", u_errorName(icu_err)); in TestObsoleteNames()
1630 icu_err = U_ZERO_ERROR; in TestObsoleteNames()
1631 uloc_getLanguage("kok",r1_buff,12,&icu_err); in TestObsoleteNames()
1632 if(U_FAILURE(icu_err)) in TestObsoleteNames()
1634 log_err("FAIL: Got %s trying to do uloc_getLanguage(kok, buff)\n", u_errorName(icu_err)); in TestObsoleteNames()
1639 icu_err = U_ZERO_ERROR; in TestObsoleteNames()
1646 i = uloc_getLanguage(r1_addr,r1_buff,12,&icu_err); in TestObsoleteNames()
1653 i = uloc_getLanguage(r1_addr,r1_buff,12,&icu_err); in TestObsoleteNames()
[all …]