Searched refs:bytesString (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | convtest.cpp | 1108 char *s, *bytesString, *unicodeString, *resultString, in checkToUnicode() local 1112 bytesString=s=buffer; in checkToUnicode() 1113 s=printBytes(cc.bytes, cc.bytesLength, bytesString); in checkToUnicode() 1136 bytesString, cc.bytesLength, in checkToUnicode() 1559 char *s, *unicodeString, *bytesString, *resultString, in checkFromUnicode() local 1565 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s); in checkFromUnicode() 1588 bytesString, cc.bytesLength, in checkFromUnicode()
|
/external/opencore/protocols/http_parcom/src/ |
D | http_parser.cpp | 249 OSCL_FastString bytesString(_STRLIT_CHAR("bytes")); in parseContentRange() local 250 if (len <= oscl_strlen(bytesString.get_cstr())) return; in parseContentRange()
|