Searched defs:tempUCATable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.h114 } tempUCATable; typedef in typeref:struct:__anon12115
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,

Completed in 1670 milliseconds