OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myCase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp
478
const DataMap *
myCase
= NULL;
479
while(casingTest->nextCase(
myCase
, status)) {
480
input =
myCase
->getString("Input", status);
481
output =
myCase
->getString("Output", status);
484
locale =
myCase
->getString("Locale", status);
490
type =
myCase
->getInt("Type", status);
504
optionsString =
myCase
->getString("Options", status);
/external/icu4c/test/intltest/
strcase.cpp
475
const DataMap *
myCase
= NULL;
476
while(casingTest->nextCase(
myCase
, status)) {
477
input =
myCase
->getString("Input", status);
478
output =
myCase
->getString("Output", status);
481
locale =
myCase
->getString("Locale", status);
487
type =
myCase
->getInt("Type", status);
501
optionsString =
myCase
->getString("Options", status);
Completed in 196 milliseconds