HomeSort by relevance Sort by last modified time
    Searched full:unicodestr (Results 1 - 5 of 5) sorted by null

  /external/skia/gm/
androidfallback.cpp 45 const uint16_t unicodeStr[] = {0x05D0, 0x0020, 0x0066, 0x006F, 0x006F, 0x0020, 0x514D,
47 const int strLength = sizeof(unicodeStr) / sizeof(uint16_t);
48 const int strByteLength = sizeof(unicodeStr);
61 // canvas->drawText(unicodeStr, strByteLength, 0, 0, paint);
64 canvas->drawPosTextH(unicodeStr, strByteLength, posX, 0, paint);
72 canvas->drawPosText(unicodeStr, strByteLength, posXY, paint);
79 canvas->drawTextOnPath(unicodeStr, strByteLength, path, NULL, paint);
  /external/tcpdump/
print-smb.c 28 static int unicodestr = 0; variable
102 smb_fdata(param, fmt, param + pcnt, unicodestr);
119 smb_fdata(param, fmt, param + pcnt, unicodestr);
135 smb_fdata(data, fmt, data + dcnt, unicodestr);
209 maxbuf, unicodestr);
214 words + 1 + 14 * 2, unicodestr);
221 words + 1 + 10 * 2, unicodestr);
232 smb_fdata(param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr);
233 smb_fdata(data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr);
251 smb_fdata(param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr);
    [all...]
smbutil.c 433 int unicodestr)
619 s = unistr(buf, &len, (*fmt == 'R') ? 0 : unicodestr);
639 s = unistr(buf + 1, &len, (*fmt == 'Y') ? 0 : unicodestr);
671 s = unistr(buf, &stringlen, unicodestr);
792 int unicodestr)
805 buf2 = smb_fdata(buf, fmt, maxbuf, unicodestr);
844 buf = smb_fdata1(buf, s, maxbuf, unicodestr);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java     [all...]
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrincipalTest.java     [all...]

Completed in 288 milliseconds