Lines Matching refs:compare
559 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindStringId() local
560 if (compare > 0) { in FindStringId()
562 } else if (compare < 0) { in FindStringId()
578 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string); in FindStringId() local
579 if (compare > 0) { in FindStringId()
581 } else if (compare < 0) { in FindStringId()
615 int compare = return_type_idx - proto.return_type_idx_; in FindProtoId() local
616 if (compare == 0) { in FindProtoId()
619 while (it.HasNext() && i < signature_length && compare == 0) { in FindProtoId()
620 compare = signature_type_idxs[i] - it.GetTypeIdx(); in FindProtoId()
624 if (compare == 0) { in FindProtoId()
626 compare = -1; in FindProtoId()
628 compare = 1; in FindProtoId()
632 if (compare > 0) { in FindProtoId()
634 } else if (compare < 0) { in FindProtoId()