Home | History | Annotate | Download | only in toolutil

Lines Matching defs:stringLength

227             int32_t i, stringLength;
230 stringLength=udata_readInt32(ds, (int32_t)*p);
233 offset+=1+((stringLength+1)+1)/2;
249 for(i=0; i<stringLength && p16[i]!=u16; ++i) {}
260 stringLength=i;
263 if(i!=stringLength) {
273 if(stringLength>=(int32_t)sizeof(localeID)) {
275 itemName, res, stringLength);
283 for(i=0; i<stringLength; ++i) {
289 for(i=0; i<stringLength; ++i) {
296 localeID[stringLength]=0;
308 uprv_ebcdicFromAscii(ds, localeID, stringLength, localeID, pErrorCode);