Searched refs:otherFirstChar (Results 1 – 3 of 3) sorted by relevance
351 char otherFirstChar = (other->GetRegion())[0]; in AlphabeticallyCompare() local353 if (otherFirstChar < '0' || otherFirstChar > '9') { in AlphabeticallyCompare()357 if (otherFirstChar >= '0' && otherFirstChar <= '9') { in AlphabeticallyCompare()
346 char otherFirstChar = (other->GetRegion())[0]; in AlphabeticallyCompare() local348 if (otherFirstChar < '0' || otherFirstChar > '9') { in AlphabeticallyCompare()352 if (otherFirstChar >= '0' && otherFirstChar <= '9') { in AlphabeticallyCompare()
353 char otherFirstChar = (other->GetRegion())[0]; in AlphabeticallyCompare() local355 if (otherFirstChar < '0' || otherFirstChar > '9') { in AlphabeticallyCompare()359 if (otherFirstChar >= '0' && otherFirstChar <= '9') { in AlphabeticallyCompare()