Searched refs:offs (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XTransliteration.java | 189 int[][] offs = new int[1][] ; in _transliterate() local 194 offs[0][0] == 1 && in _transliterate() 195 offs[0][1] == 2 && in _transliterate() 196 offs[0][2] == 3 && in _transliterate() 197 offs[0][3] == 4 ; in _transliterate() 246 int[][] offs = new int[1][] ; in _folding() local 248 String out = oObj.folding("AaBbCc", 1, 4, offs) ; in _folding() 251 offs[0][0] == 1 && in _folding() 252 offs[0][1] == 2 && in _folding() 253 offs[0][2] == 3 && in _folding() [all …]
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 125 sal_uInt32 *offs; /* array of nGlyphs offsets */ member 2318 res->offs = (sal_uInt32*)scalloc(res->nGlyphs, sizeof(sal_uInt32)); in GlyphOffsetsNew() 2322 res->offs[i] = GetUInt32(loca, i * 4, 1); in GlyphOffsetsNew() 2324 res->offs[i] = GetUInt16(loca, i * 2, 1) << 1; in GlyphOffsetsNew() 2333 free(_this->offs); in GlyphOffsetsDispose() 2347 sal_uInt32* offs = (sal_uInt32*)scalloc(numTables, sizeof(sal_uInt32)); in DumpSfnts() local 2366 o = go->offs[j]; in DumpSfnts() 2367 l = go->offs[j + 1] - o; in DumpSfnts() 2377 free(offs); in DumpSfnts()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 2557 #define NEWL(str,unit,offs,cl) Append(new ConvertDataLinear(str,unit,offs,cl)) in ConvertDataList() argument 2558 #define NEWLP(str,unit,offs,cl) Append(new ConvertDataLinear(str,unit,offs,cl,sal_True)) in ConvertDataList() argument
|
Completed in 53 milliseconds