Home | History | Annotate | Download | only in utils

Lines Matching full:strvalue

203     string  strValue;
245 strValue.erase();
335 strValue.push_back(c);
363 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
365 if (strValue.length() > 0)
366 pParam = new CNfcParam(token.c_str(), strValue);
370 strValue.erase();
377 strValue.push_back('\0');
379 pParam = new CNfcParam(token.c_str(), strValue);
383 strValue.push_back(c);