Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_res.cpp1132 ucol_getReorderCodesForLeadByte(const UCollator *uca, int leadByte, int16_t* returnReorderCodes, in… in ucol_getReorderCodesForLeadByte() argument
1143 returnReorderCodes[0] = leadByteIndex & ~0x8000; in ucol_getReorderCodesForLeadByte()
1151 uprv_memcpy(returnReorderCodes, reorderCodeData + 1, reorderCodeCount * sizeof(uint16_t)); in ucol_getReorderCodesForLeadByte()
Ducol_imp.h1133 ucol_getReorderCodesForLeadByte(const UCollator *uca, int leadByte, int16_t* returnReorderCodes, in…