Home | History | Annotate | Download | only in client

Lines Matching defs:out

27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
106 uint16_t out[2];
111 UTF32ToUTF16Char(*str, out);
112 if (!out[0])
122 int out_count = out[1] ? 2 : 1;
124 result = mdstring->CopyIndexAfterObject(out_idx, out, out_size);
135 uint16_t out[2];
140 int conversion_count = UTF8ToUTF16Char(str, length, out);
149 int out_count = out[1] ? 2 : 1;
151 result = mdstring->CopyIndexAfterObject(out_idx, out, out_size);