Searched defs:compare (Results 1 – 3 of 3) sorted by relevance
| /commonlibrary/ets_utils/js_api_module/fastbuffer/src/ |
| D | js_fastbuffer.ts | 238 …compare(target: FastBuffer | Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: n… method 364 …compare(target: FastBuffer | Uint8Array, targetStart: number = 0, targetEnd: number = target.lengt… method in FastBuffer 733 function compare(buf1: FastBuffer | Uint8Array, buf2: FastBuffer | Uint8Array): 1 | 0 | -1 { function
|
| /commonlibrary/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 231 compare(target: NativeBuffer, targetStart: number, sourceStart: number, length: number): number; method 2312 function compare(buf1: Buffer | Uint8Array, buf2: Buffer | Uint8Array): 1 | 0 | -1 { function
|
| /commonlibrary/ets_utils/js_util_module/util/src/ |
| D | util_js.ts | 1348 public compare(other: RationalNumber): number { method in RationalNumber
|