Searched refs:normsize (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
H A Dcnormtst.c705 int normsize = 0; local
711 normsize += unorm_normalize(data + size, 1, UNORM_NFD, 0,
712 norm + normsize, 100 - normsize, &status);
727 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
/external/icu4c/test/cintltst/
H A Dcnormtst.c704 int normsize = 0; local
710 normsize += unorm_normalize(data + size, 1, UNORM_NFD, 0,
711 norm + normsize, 100 - normsize, &status);
726 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {

Completed in 68 milliseconds