Searched refs:currentSk (Results 1 – 1 of 1) sorted by relevance
155 const uint8_t *currentSk = sortkey; in sortKeyToString() local163 while(*currentSk != 0x01 && *currentSk != 0x00) { /* print a level */ in sortKeyToString()164 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()172 if (*currentSk) { in sortKeyToString()173 uprv_appendByteToHexString(current, *currentSk++); /* This should print '01' */ in sortKeyToString()182 while(*currentSk != 0) { in sortKeyToString()183 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()187 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()