Searched refs:space_index (Results 1 – 4 of 4) sorted by relevance
309 size_t space_index = utf8rule.find(' '); in AddReplacement() local310 if (space_index == std::string::npos) in AddReplacement()314 split.push_back(utf8rule.substr(0, space_index)); in AddReplacement()315 split.push_back(utf8rule.substr(space_index + 1)); in AddReplacement()
44 space_index = lines[0].find (' ')46 vm_end = int (lines[0][dash_index+1:space_index], 16)
125 int space_index; member
334 Address Allocate(int space_index, int size) { in Allocate() argument335 Address address = high_water_[space_index]; in Allocate()336 high_water_[space_index] = address + size; in Allocate()