Searched refs:ParseTypedID (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/localize/
H A DValues.h35 static bool ParseTypedID(const string& typed, string* id, int* index);
H A DValues.cpp102 StringResource::ParseTypedID(const string& raw, string* id, int* index) function in class:StringResource
H A DXLIFFFile.cpp100 if (!StringResource::ParseTypedID(rawID, &id, &index)) {
446 StringResource::ParseTypedID(lhs.id, &lid, &lindex);
447 StringResource::ParseTypedID(rhs.id, &rid, &rindex);

Completed in 277 milliseconds