Home | History | Annotate | Download | only in cintltst

Lines Matching refs:utf8BeforeTitleLength

973         int32_t utf8BeforeTitleLength, utf8TitleSentNoLowerLength;
976 u_strToUTF8(utf8BeforeTitle, (int32_t)sizeof(utf8BeforeTitle), &utf8BeforeTitleLength, beforeTitle, LENGTHOF(beforeTitle), &errorCode);
979 length=ucasemap_utf8ToTitle(csm, utf8, (int32_t)sizeof(utf8), utf8BeforeTitle, utf8BeforeTitleLength, &errorCode);