Searched defs:testLen (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp929 int32_t testLen = (int32_t)(fActiveLimit - fPattern->fMinMatchLen); local
930 if (startPos > testLen) {
951 if (startPos >= testLen) {
958 // runs with startPos == testLen the last time through.
995 if (pos >= testLen) {
1024 if (pos >= testLen) {
1061 if (startPos >= testLen) {
1069 // runs with startPos == testLen the last time through.
1089 if (startPos >= testLen) {
1097 // runs with startPos == testLen th
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzfmttst.cpp374 int32_t testLen = 0; local
472 testLen = 1;
491 testLen = 4;
497 testLen = 2;
500 for (int32_t testidx = 0; testidx < testLen; testidx++) {
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommandLineFlags.cpp316 size_t testLen = strlen(name); local
334 if (matchStart ? (!matchEnd || matchLen == testLen)
336 : matchEnd ? matchLen <= testLen
337 && strncmp(name + testLen - matchLen, matchName, matchLen) == 0
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dcolor_enhancement_test.cc79 long testLen = ftell(modFile); local
80 ASSERT_NE(-1L, testLen);
82 ASSERT_EQ(refLen, testLen) << "File lengths differ.";
/external/icu/icu4c/source/i18n/
H A Drematch.cpp920 int32_t testLen = (int32_t)(fActiveLimit - fPattern->fMinMatchLen); local
921 if (startPos > testLen) {
942 if (startPos >= testLen) {
949 // runs with startPos == testLen the last time through.
986 if (pos >= testLen) {
1015 if (pos >= testLen) {
1052 if (startPos >= testLen) {
1060 // runs with startPos == testLen the last time through.
1080 if (startPos >= testLen) {
1088 // runs with startPos == testLen th
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp374 int32_t testLen = 0; local
472 testLen = 1;
491 testLen = 4;
497 testLen = 2;
500 for (int32_t testidx = 0; testidx < testLen; testidx++) {
/external/skia/tools/flags/
H A DSkCommandLineFlags.cpp320 size_t testLen = strlen(name); local
338 if (matchStart ? (!matchEnd || matchLen == testLen)
340 : matchEnd ? matchLen <= testLen
341 && strncmp(name + testLen - matchLen, matchName, matchLen) == 0

Completed in 342 milliseconds