Home | History | Annotate | Download | only in adaptation

Lines Matching refs:strValue

166     string  strValue;
207 strValue.erase();
286 strValue.push_back(c);
303 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
305 if (strValue.length() > 0)
306 pParam = new CNfcParam(token.c_str(), strValue);
310 strValue.erase();
317 strValue.push_back('\0');
319 pParam = new CNfcParam(token.c_str(), strValue);
323 strValue.push_back(c);