Home
last modified time | relevance | path

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

/aoo4110/main/sal/textenc/
H A Dtcvtutf8.c32 struct ImplUtf8ToUnicodeContext struct
46 void * p = rtl_allocateMemory(sizeof (struct ImplUtf8ToUnicodeContext)); in ImplCreateUtf8ToUnicodeContext() argument
55 ((struct ImplUtf8ToUnicodeContext *) pContext)->nShift = -1; in ImplResetUtf8ToUnicodeContext()
56 ((struct ImplUtf8ToUnicodeContext *) pContext)->bCheckBom = sal_True; in ImplResetUtf8ToUnicodeContext()
88 nUtf32 = ((struct ImplUtf8ToUnicodeContext *) pContext)->nUtf32; in ImplConvertUtf8ToUnicode()
89 nShift = ((struct ImplUtf8ToUnicodeContext *) pContext)->nShift; in ImplConvertUtf8ToUnicode()
90 bCheckBom = ((struct ImplUtf8ToUnicodeContext *) pContext)->bCheckBom; in ImplConvertUtf8ToUnicode()
238 ((struct ImplUtf8ToUnicodeContext *) pContext)->nUtf32 = nUtf32; in ImplConvertUtf8ToUnicode()
239 ((struct ImplUtf8ToUnicodeContext *) pContext)->nShift = nShift; in ImplConvertUtf8ToUnicode()
240 ((struct ImplUtf8ToUnicodeContext *) pContext)->bCheckBom = bCheckBom; in ImplConvertUtf8ToUnicode()

Completed in 18 milliseconds