Home
last modified time | relevance | path

Searched refs:rcI18n (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx414 UErrorCode rcI18n = U_ZERO_ERROR; in operator ()() local
429 eScriptCode = uscript_getScript( pIcuChars[i], &rcI18n ); in operator ()()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx612 UErrorCode rcI18n = U_ZERO_ERROR; in ImplLayoutArgs() local
613 UBiDi* pParaBidi = ubidi_openSized( mnLength, 0, &rcI18n ); in ImplLayoutArgs()
616 …raBidi, reinterpret_cast<const UChar *>(mpStr), mnLength, nLevel, NULL, &rcI18n ); // UChar != sal… in ImplLayoutArgs()
622 pLineBidi = ubidi_openSized( nSubLength, 0, &rcI18n ); in ImplLayoutArgs()
623 ubidi_setLine( pParaBidi, mnMinCharPos, mnEndCharPos, pLineBidi, &rcI18n ); in ImplLayoutArgs()
627 const int nRunCount = ubidi_countRuns( pLineBidi, &rcI18n ); in ImplLayoutArgs()

Completed in 25 milliseconds