Home | History | Annotate | Download | only in i18n

Lines Matching refs:idLen

669         int32_t idLen = 0;
673 id = ures_getStringByIndex(top, i, &idLen, &ec);
678 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
891 int32_t idLen = 0;
892 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
893 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));