Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c2845 int32_t uexplen, ugetlen; in TestVariousStylesAndAttributes() local
2848 uexplen = u_unescape(veItemPtr->expected, uexp, kUBufSize); in TestVariousStylesAndAttributes()
2853 } else if (ugetlen != uexplen || u_strncmp(uget, uexp, uexplen) != 0) { in TestVariousStylesAndAttributes()
2856 u_strToUTF8(bexp, kBBufSize, NULL, uexp, uexplen, &status); in TestVariousStylesAndAttributes()