Lines Matching refs:limit
118 size_t limit = GetMinByteSize() * length;
119 size_t len = limit * sizeof(UChar);
121 if (limit > 0) {
122 arr = new (std::nothrow) UChar[limit + 1];
133 HILOG_DEBUG("limit is error");
145 DecodeArr decArr(target, tarStartPos, limit);
203 size_t limit = GetMinByteSize() * length;
204 size_t len = limit * sizeof(UChar);
206 if (limit > 0) {
207 arr = new (std::nothrow) UChar[limit + 1]{0};
213 HILOG_DEBUG("limit is error");