Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-icu.cc185 UErrorCode icu_err; in hb_icu_unicode_compose() local
194 icu_err = U_ZERO_ERROR; in hb_icu_unicode_compose()
195 …unorm2_normalize (unorm2_getNFCInstance (&icu_err), utf16, len, normalized, ARRAY_LENGTH (normaliz… in hb_icu_unicode_compose()
196 if (U_FAILURE (icu_err)) in hb_icu_unicode_compose()
220 UErrorCode icu_err = U_ZERO_ERROR; in hb_icu_unicode_decompose() local
222 ARRAY_LENGTH (decomposed), &icu_err); in hb_icu_unicode_decompose()
223 if (U_FAILURE (icu_err) || len < 0) return false; in hb_icu_unicode_decompose()
245 UErrorCode icu_err; in hb_icu_unicode_decompose() local
256 icu_err = U_ZERO_ERROR; in hb_icu_unicode_decompose()
257 …unorm2_normalize (unorm2_getNFDInstance (&icu_err), utf16, len, normalized, ARRAY_LENGTH (normaliz… in hb_icu_unicode_decompose()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-icu.cc214 UErrorCode icu_err = U_ZERO_ERROR; in hb_icu_unicode_decompose() local
216 ARRAY_LENGTH (decomposed), &icu_err); in hb_icu_unicode_decompose()
217 if (U_FAILURE (icu_err) || len < 0) return false; in hb_icu_unicode_decompose()
243 UErrorCode icu_err = U_ZERO_ERROR; in create() local
244 user_data = (void *) unorm2_getNFCInstance (&icu_err); in create()
/third_party/harfbuzz/src/
Dhb-icu.cc214 UErrorCode icu_err = U_ZERO_ERROR; in hb_icu_unicode_decompose() local
216 ARRAY_LENGTH (decomposed), &icu_err); in hb_icu_unicode_decompose()
217 if (U_FAILURE (icu_err) || len < 0) return false; in hb_icu_unicode_decompose()
245 UErrorCode icu_err = U_ZERO_ERROR; in create() local
246 user_data = (void *) unorm2_getNFCInstance (&icu_err); in create()
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.cpp467 UErrorCode icu_err = U_ZERO_ERROR; in toUpper() local
469 nullptr, &icu_err); in toUpper()
470 if (icu_err != U_BUFFER_OVERFLOW_ERROR || upper16len <= 0) { in toUpper()
475 icu_err = U_ZERO_ERROR; in toUpper()
478 nullptr, &icu_err); in toUpper()
479 SkASSERT(!U_FAILURE(icu_err)); in toUpper()
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c1814 i = uloc_getLanguage("kok",NULL,0,&icu_err); in TestObsoleteNames()
1815 if(U_FAILURE(icu_err)) in TestObsoleteNames()
1817 log_err("FAIL: Got %s trying to do uloc_getLanguage(kok)\n", u_errorName(icu_err)); in TestObsoleteNames()
1820 icu_err = U_ZERO_ERROR; in TestObsoleteNames()
1821 uloc_getLanguage("kok",r1_buff,12,&icu_err); in TestObsoleteNames()
1822 if(U_FAILURE(icu_err)) in TestObsoleteNames()
1824 log_err("FAIL: Got %s trying to do uloc_getLanguage(kok, buff)\n", u_errorName(icu_err)); in TestObsoleteNames()
1829 icu_err = U_ZERO_ERROR; in TestObsoleteNames()
1836 i = uloc_getLanguage(r1_addr,r1_buff,12,&icu_err); in TestObsoleteNames()
1843 i = uloc_getLanguage(r1_addr,r1_buff,12,&icu_err); in TestObsoleteNames()
[all …]