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

/haiku/src/bin/
H A Dxres.cpp699 parse_resource_id(const char *toParse, ResourceID &resourceID, argument
702 int len = strlen(toParse);
708 resourceID.type = ((int32)toParse[0] << 24) | ((int32)toParse[1] << 16)
709 | ((int32)toParse[2] << 8) | (int32)toParse[3];
711 if (toParse[4] == '\0') {
721 if (toParse[4] != ':')
724 toParse += 5;
729 if (*toParse
[all...]

Completed in 45 milliseconds