Searched refs:rgch (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_features.cxx | 51 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 …]
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | StringValue.java | 43 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 D | DefinedName.java | 47 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 D | LabelCell.java | 41 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 D | FontDescription.java | 54 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 D | NumberFormat.java | 40 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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8struc.hxx | 603 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 D | wrtw8num.cxx | 604 sal_uInt8* pC = aOlst.rgch; in OutputOlst()
|
H A D | ww8par2.cxx | 933 SetAnlvStrings(aNF, rAV, pO->rgch + nTxtOfs, true); // und rein in SetNumOlst()
|
/aoo4110/main/vcl/inc/ |
H A D | graphite_features.hxx | 53 bool hasLanguage() const { return (maLang.rgch[0] != '\0'); } in hasLanguage()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8struc.hxx | 559 sal_uInt8 rgch[64]; // 0x94 array of 64 chars text before/after number member
|
/aoo4110/main/graphite/ |
H A D | graphite-2.3.1.patch | 1861 std::fill_n(unknown.rgch, 4, '\0'); 2000 ret.rgch[0] = 'e'; ret.rgch[1] = 'n'; ret.rgch[2] = 0; ret.rgch[3] = 0;
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1struct.hxx | 918 sal_Char rgch[64];// 0x94 array of 64 chars text before/after number
|
Completed in 90 milliseconds