Searched refs:uprv_appendByteToHexString (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | callcoll.c | 138 void uprv_appendByteToHexString(char *dst, uint8_t val) { in uprv_appendByteToHexString() function 162 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString() 171 uprv_appendByteToHexString(current, *currentSk++); /* This should print '01' */ in sortKeyToString() 181 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString() 185 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString()
|
D | capitst.c | 45 static void uprv_appendByteToHexString(char *dst, uint8_t val) { in uprv_appendByteToHexString() function 70 uprv_appendByteToHexString(current, *currentSk++); in ucol_sortKeyToString() 81 uprv_appendByteToHexString(current, *currentSk++); /* This should print '01' */ in ucol_sortKeyToString() 90 uprv_appendByteToHexString(current, *currentSk++); in ucol_sortKeyToString() 94 uprv_appendByteToHexString(current, *currentSk++); in ucol_sortKeyToString()
|