Home | History | Annotate | Download | only in runtime

Lines Matching refs:byteCount

1495       int byteCount = s->GetLength() * 2;
1496 result = (const jchar*) GuardedCopy::Create(result, byteCount, false);
1720 int byteCount = s->GetLength() * 2;
1721 result = (const jchar*) GuardedCopy::Create(result, byteCount, false);