Searched defs:compare (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dstringpiece.cc44 int StringPiece::compare(const StringPiece& x) const { function in class:art::StringPiece
/art/runtime/
H A Ddex_file.cc446 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); local
447 if (compare > 0) {
449 } else if (compare < 0) {
466 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string); local
467 if (compare > 0) {
469 } else if (compare < 0) {
502 int compare = return_type_idx - proto.return_type_idx_; local
503 if (compare == 0) {
506 while (it.HasNext() && i < signature_type_idxs.size() && compare == 0) {
507 compare
[all...]

Completed in 97 milliseconds