scfuncs.src (6e86bbc1) scfuncs.src (39c2db0b)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 9203 unchanged lines hidden (view full) ---

9212 {
9213 Text [ en-US ] = "decimal_point" ;
9214 };
9215 String 5 // Description of Parameter 2
9216 {
9217 Text [ en-US ] = "Defines the character used as the decimal point." ;
9218 };
9219 };
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 9203 unchanged lines hidden (view full) ---

9212 {
9213 Text [ en-US ] = "decimal_point" ;
9214 };
9215 String 5 // Description of Parameter 2
9216 {
9217 Text [ en-US ] = "Defines the character used as the decimal point." ;
9218 };
9219 };
9220 Resource SC_OPCODE_LENB
9221 {
9222 String 1 // Description
9223 {
9224 Text [ en-US ] = "Calculates length of a text string, with DBCS" ;
9225 };
9226 ExtraData =
9227 {
9228 0;
9229 ID_FUNCTION_GRP_TEXT;
9230 U2S( HID_FUNC_LENB );
9231 1; 0;
9232 0;
9233 };
9234 String 2 // Name of Parameter 1
9235 {
9236 Text [ en-US ] = "text" ;
9237 };
9238 String 3 // Description of Parameter 1
9239 {
9240 Text [ en-US ] = "The text in which the length is to be determined." ;
9241 };
9242 };
9243 Resource SC_OPCODE_RIGHTB
9244 {
9245 String 1 // Description
9246 {
9247 Text [ en-US ] = "Returns the last character or characters of a text,with DBCS" ;
9248 };
9249 ExtraData =
9250 {
9251 0;
9252 ID_FUNCTION_GRP_TEXT;
9253 U2S( HID_FUNC_RIGHTB );
9254 2; 0; 1;
9255 0;
9256 };
9257 String 2 // Name of Parameter 1
9258 {
9259 Text [ en-US ] = "text" ;
9260 };
9261 String 3 // Description of Parameter 1
9262 {
9263 Text [ en-US ] = "The text in which the end partial words are to be determined." ;
9264 };
9265 String 4 // Name of Parameter 2
9266 {
9267 Text [ en-US ] = "number" ;
9268 };
9269 String 5 // Description of Parameter 2
9270 {
9271 Text [ en-US ] = "The number of characters for the end text." ;
9272 };
9273 };
9274 Resource SC_OPCODE_LEFTB
9275 {
9276 String 1 // Description
9277 {
9278 Text [ en-US ] = "Returns the first character or characters of a text,with DBCS" ;
9279 };
9280 ExtraData =
9281 {
9282 0;
9283 ID_FUNCTION_GRP_TEXT;
9284 U2S( HID_FUNC_LEFTB );
9285 2; 0; 1;
9286 0;
9287 };
9288 String 2 // Name of Parameter 1
9289 {
9290 Text [ en-US ] = "text" ;
9291 };
9292 String 3 // Description of Parameter 1
9293 {
9294 Text [ en-US ] = "The text where the initial partial words are to be determined." ;
9295 };
9296 String 4 // Name of Parameter 2
9297 {
9298 Text [ en-US ] = "number" ;
9299 };
9300 String 5 // Description of Parameter 2
9301 {
9302 Text [ en-US ] = "The number of characters for the start text." ;
9303 };
9304 };
9305 Resource SC_OPCODE_MIDB
9306 {
9307 String 1 // Description
9308 {
9309 Text [ en-US ] = "Returns a partial text string of a text, with DBCS" ;
9310 };
9311 ExtraData =
9312 {
9313 0;
9314 ID_FUNCTION_GRP_TEXT;
9315 U2S( HID_FUNC_MIDB );
9316 3; 0; 0; 0;
9317 0;
9318 };
9319 String 2 // Name of Parameter 1
9320 {
9321 Text [ en-US ] = "text" ;
9322 };
9323 String 3 // Description of Parameter 1
9324 {
9325 Text [ en-US ] = "The text in which partial words are to be determined." ;
9326 };
9327 String 4 // Name of Parameter 2
9328 {
9329 Text [ en-US ] = "start" ;
9330 };
9331 String 5 // Description of Parameter 2
9332 {
9333 Text [ en-US ] = "The position from which the part word is to be determined." ;
9334 };
9335 String 6 // Name of Parameter 3
9336 {
9337 Text [ en-US ] = "number" ;
9338 };
9339 String 7 // Description of Parameter 3
9340 {
9341 Text [ en-US ] = "The number of characters for the text." ;
9342 };
9343 };
9220};
9221
9222#if defined(U2S)
9223#undef U2S
9224#endif
9344};
9345
9346#if defined(U2S)
9347#undef U2S
9348#endif