Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx51 maLang.rgch[0] = maLang.rgch[1] = maLang.rgch[2] = maLang.rgch[3] = '\0'; in GrFeatureParser()
61 maLang.rgch[0] = maLang.rgch[1] = maLang.rgch[2] = maLang.rgch[3] = '\0'; in GrFeatureParser()
94 if (aLang.rgch[0] == aSupportedLang.rgch[0] && in GrFeatureParser()
95 aLang.rgch[1] == aSupportedLang.rgch[1] && in GrFeatureParser()
96 aLang.rgch[2] == aSupportedLang.rgch[2] && in GrFeatureParser()
97 aLang.rgch[3] == aSupportedLang.rgch[3]) break; in GrFeatureParser()
136 aLang.rgch[i] = lang[i]; in setLang()
144 if (aLang.rgch[0] == aSupportedLang.rgch[0] && in setLang()
145 aLang.rgch[1] == aSupportedLang.rgch[1] && in setLang()
146 aLang.rgch[2] == aSupportedLang.rgch[2] && in setLang()
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DStringValue.java43 private byte[] rgch; field in StringValue
52 rgch = new byte[str.length()]; in StringValue()
53 rgch = str.getBytes("UTF-16LE"); in StringValue()
86 rgch = new byte[strlen]; in read()
87 numOfBytesRead += input.read(rgch, 0, strlen); in read()
90 " rgch : " + rgch); in read()
99 output.write(rgch); in write()
113 name = new String(rgch, "UTF-16LE"); in getString()
H A DDefinedName.java47 private byte[] rgch; field in DefinedName
63 rgch = new byte[cch*2]; in DefinedName()
64 rgch = name.getBytes("UTF-16LE"); in DefinedName()
103 rgch = new byte[cch*2]; in read()
104 input.read(rgch, 0, cch*2); in read()
115 "\n\trgch : " + rgch + in read()
143 output.write(rgch); in write()
161 name = new String(rgch, "UTF-16LE"); in getName()
H A DLabelCell.java41 private byte[] rgch; field in LabelCell
81 output.write(rgch); in write()
107 rgch = new byte[strLen]; in read()
108 input.read(rgch, 0, strLen); in read()
111 " rgch : " + new String(rgch, "UTF-16LE")); in read()
123 return (new String(rgch,"UTF-16LE")); in getString()
132 rgch = cellContents.getBytes("UTF-16LE"); in setLabel()
H A DFontDescription.java54 private byte[] rgch; field in FontDescription
90 rgch = fontName.getBytes("UTF-16LE"); in FontDescription()
216 name = new String(rgch, "UTF-16LE"); in getFont()
242 rgch = new byte[cch*2]; in read()
243 input.read(rgch, 0, cch*2); in read()
252 " rgch : " + new String(rgch,"UTF-16LE")); in read()
270 output.write(rgch); in write()
H A DNumberFormat.java40 private byte[] rgch; field in NumberFormat
71 rgch = new byte[cce*2]; in read()
72 numOfBytesRead += input.read(rgch, 0, cce*2); in read()
75 " rgch : " + new String(rgch,"UTF-16LE")); in read()
84 output.write(rgch); in write()
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx603 sal_uInt8 rgch[64]; // 0x94 array of 64 chars text before/after number member
651 sal_uInt8 rgch[64]; // array of 64 chars text before/after number
H A Dwrtw8num.cxx651 sal_uInt8* pC = aOlst.rgch; in OutputOlst()
H A Dww8par2.cxx962 SetAnlvStrings(aNF, rAV, pO->rgch + nTxtOfs, true); // und rein in SetNumOlst()
/trunk/main/vcl/inc/
H A Dgraphite_features.hxx53 bool hasLanguage() const { return (maLang.rgch[0] != '\0'); } in hasLanguage()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx559 sal_uInt8 rgch[64]; // 0x94 array of 64 chars text before/after number member
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch1861 std::fill_n(unknown.rgch, 4, '\0');
2000 ret.rgch[0] = 'e'; ret.rgch[1] = 'n'; ret.rgch[2] = 0; ret.rgch[3] = 0;
/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx918 sal_Char rgch[64];// 0x94 array of 64 chars text before/after number

Completed in 86 milliseconds