Home | History | Annotate | Download | only in i18n

Lines Matching defs:result

119     int32_t textPos, delta, result, locCache=0;
129 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
131 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
142 if(result>=0) {
143 // replace the current code point with its full case mapping result
145 if(result<=UCASE_MAX_STRING_LENGTH) {
146 // string s[result]
147 tmp.setTo(FALSE, s, result);
148 delta=result-U16_LENGTH(c);
151 tmp.setTo(result);