Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
DRouteDataSet.cpp55 std::string::size_type pos2 = aid.find_first_of(delimiter); in AidBuffer() local
61 if (pos2 == std::string::npos) { in AidBuffer()
67 sscanf(aid.substr(pos1, pos2 - pos1 + 1).c_str(), "%x", &num); in AidBuffer()
70 pos1 = pos2 + 1; in AidBuffer()
71 pos2 = aid.find_first_of(delimiter, pos1); in AidBuffer()