/* * Does the data look like a collation binary? * @internal
*/
U_CAPI UBool U_EXPORT2
ucol_looksLikeCollationBinary(const UDataSwapper *ds, constvoid *inData, int32_t length);
/** * Swap ICU collation data like ucadata.icu. See udataswp.h. * @internal
*/
U_CAPI int32_t U_EXPORT2
ucol_swap(const UDataSwapper *ds, constvoid *inData, int32_t length, void *outData,
UErrorCode *pErrorCode);
/** * Swap inverse UCA collation data (invuca.icu). See udataswp.h. * @internal
*/
U_CAPI int32_t U_EXPORT2
ucol_swapInverseUCA(const UDataSwapper *ds, constvoid *inData, int32_t length, void *outData,
UErrorCode *pErrorCode);
#endif/* #if !UCONFIG_NO_COLLATION */
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.