Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcallcoll.c158 const uint8_t *currentSk = sortkey; in sortKeyToString() local
166 while(*currentSk != 0x01 && *currentSk != 0x00) { /* print a level */ in sortKeyToString()
167 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()
175 if (*currentSk) { in sortKeyToString()
176 uprv_appendByteToHexString(current, *currentSk++); /* This should print '01' */ in sortKeyToString()
185 while(*currentSk != 0) { in sortKeyToString()
186 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()
190 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()