Home
last modified time | relevance | path

Searched refs:lowerSize (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c1731 int32_t i = 0, j = 0, k = 0, buffSize = 0, skSize = 0, lowerSize = 0, upperSize = 0; in TestBounds() local
1744lowerSize = ucol_getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds()
1746 (void)lowerSize; /* Suppress set but not used warning. */ in TestBounds()
1765lowerSize = ucol_getBound(tests[lowerRND].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds()
1786 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1871 int32_t i = 0, j = 0, k = 0, buffSize = 0, skSize = 0, lowerSize = 0, upperSize = 0; in TestBounds() local
1874 (void)lowerSize; // Suppress unused variable warnings. in TestBounds()
1886 lowerSize = coll->getBound(tests[i].key, -1, UCOL_BOUND_LOWER, 1, lower, 512, status); in TestBounds()
1903 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds()