Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcallcoll.c153 const uint8_t *currentSk = sortkey; in sortKeyToString() local
161 while(*currentSk != 0x01 && *currentSk != 0x00) { /* print a level */ in sortKeyToString()
162 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()
170 if (*currentSk) { in sortKeyToString()
171 uprv_appendByteToHexString(current, *currentSk++); /* This should print '01' */ in sortKeyToString()
180 while(*currentSk != 0) { in sortKeyToString()
181 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()
185 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()
Dcapitst.c56 const uint8_t *currentSk = sortkey; in ucol_sortKeyToString() local
69 while(*currentSk != 0x01 && *currentSk != 0x00) { /* print a level */ in ucol_sortKeyToString()
70 uprv_appendByteToHexString(current, *currentSk++); in ucol_sortKeyToString()
81 uprv_appendByteToHexString(current, *currentSk++); /* This should print '01' */ in ucol_sortKeyToString()
89 while(*currentSk != 0) { in ucol_sortKeyToString()
90 uprv_appendByteToHexString(current, *currentSk++); in ucol_sortKeyToString()
94 uprv_appendByteToHexString(current, *currentSk++); in ucol_sortKeyToString()