Searched refs:oldB (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 190 UChar *buffer = b1, *oldB = NULL; in testConformance() local 228 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status); in testConformance() 229 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status); in testConformance() 250 res = u_strcmpCodePointOrder(oldB, buffer); in testConformance() 275 oldB = buffer; in testConformance()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | ucaconf.cpp | 196 UChar *buffer = b1, *oldB = NULL; in testConformance() local 233 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status); in testConformance() 234 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status); in testConformance() 251 res = u_strcmpCodePointOrder(oldB, buffer); in testConformance() 270 oldB = buffer; in testConformance()
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/ |
D | mat2d-spec.js | 39 oldB = [7, 8, 106 it("should not modify matB", function() { expect(matB).toBeEqualish(oldB); }); 114 it("should not modify matB", function() { expect(matB).toBeEqualish(oldB); });
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | trigger2.test | 243 set oldB 2 250 set oldB 2 267 set oldB {''} 293 regsub -all old\.b $tr_program_cooked $oldB tr_program_cooked
|