Lines Matching full:idlen
668 int32_t idLen = 0;
672 id = ures_getStringByIndex(top, i, &idLen, &ec);
677 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
1058 int32_t idLen = 0;
1059 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1060 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));