HomeSort by relevance Sort by last modified time
    Searched refs:tempUCATable (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
ucol_elm.h 114 } tempUCATable;
133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
134 U_CAPI void U_EXPORT2 uprv_uca_closeTempTable(tempUCATable *t);
135 U_CAPI uint32_t U_EXPORT2 uprv_uca_addAnElement(tempUCATable *t, UCAElements *element, UErrorCode *status);
136 U_CAPI UCATableHeader * U_EXPORT2 uprv_uca_assembleTable(tempUCATable *t, UErrorCode *status);
139 uprv_uca_canonicalClosure(tempUCATable *t, UColTokenParser *src,
ucol_elm.cpp 112 U_CAPI tempUCATable* U_EXPORT2
116 tempUCATable *t = (tempUCATable *)uprv_malloc(sizeof(tempUCATable));
122 uprv_memset(t, 0, sizeof(tempUCATable));
225 static tempUCATable* U_EXPORT2
226 uprv_uca_cloneTempTable(tempUCATable *t, UErrorCode *status) {
231 tempUCATable *r = (tempUCATable *)uprv_malloc(sizeof(tempUCATable));
    [all...]
ucol_bld.cpp 842 U_CFUNC void ucol_createElements(UColTokenParser *src, tempUCATable *t, UColTokListHeader *lh, UErrorCode *status) {
    [all...]

Completed in 120 milliseconds