Home | History | Annotate | Download | only in i18n

Lines Matching defs:idLen

718         int32_t idLen = 0;
722 id = ures_getStringByIndex(top, i, &idLen, &ec);
727 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
1008 int32_t idLen = 0;
1009 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1010 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));