Home | History | Annotate | Download | only in i18n

Lines Matching full:idlen

740         int32_t idLen = 0;
744 id = ures_getStringByIndex(top, i, &idLen, &ec);
749 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
1030 int32_t idLen = 0;
1031 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1032 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));