OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:whichCase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp
349
int32_t
whichCase
,
357
switch(
whichCase
) {
384
if(
whichCase
==TEST_TITLE && options==0) {
410
switch(
whichCase
) {
464
int32_t
whichCase
, type;
467
for(
whichCase
=0;
whichCase
<TEST_COUNT; ++
whichCase
) {
469
if(
whichCase
==TEST_TITLE) {
473
LocalPointer<TestData> casingTest(driver->createTestData(dataNames[
whichCase
], status))
[
all
...]
/external/icu4c/test/intltest/
strcase.cpp
346
int32_t
whichCase
,
354
switch(
whichCase
) {
381
if(
whichCase
==TEST_TITLE && options==0) {
407
switch(
whichCase
) {
461
int32_t
whichCase
, type;
464
for(
whichCase
=0;
whichCase
<TEST_COUNT; ++
whichCase
) {
466
if(
whichCase
==TEST_TITLE) {
470
LocalPointer<TestData> casingTest(driver->createTestData(dataNames[
whichCase
], status))
[
all
...]
Completed in 1757 milliseconds