Home
last modified time | relevance | path

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

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