Searched defs:contextCPs (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcitertst.c1034 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) { argument
1040 *contextCPs = 0;
1048 contextLength = u_parseString(str, contextCPs, 99, NULL, &errorCode);
1055 u_memcpy(codepoints, contextCPs, contextLength);
1274 UChar contextCPs[5]; local
1301 str = getCodePoints(line, codepoints, contextCPs);
1310 if (*contextCPs != 0) {
1311 iter = ucol_openElements(coll, contextCPs, -1, &status);
1703 UChar contextCPs[3]; local
1723 getCodePoints(line, codepoints, contextCPs);
1911 UChar contextCPs[5]; local
[all...]

Completed in 831 milliseconds