Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1768 struct enumExtCharNamesContext extContext; in TestCharNames() local
1869 extContext.length = 0; in TestCharNames()
1870 extContext.last = -1; in TestCharNames()
1872 …u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumExtCharNamesFn, &extContext, U_EXTENDED_… in TestCharNames()
1873 if(U_FAILURE(errorCode) || extContext.length<UCHAR_MAX_VALUE + 1) { in TestCharNames()
1874 …mes count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, u_errorName(errorCode), extContext.length); in TestCharNames()