OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:engb
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp
197
const UCTItem *
enGb
= NULL;
204
cache.get(LocaleCacheKey<UCTItem>("en_GB"), &cache,
enGb
, status);
243
if (throwAway !=
enGb
) {
244
errln("Expected
enGb
to resolve to the same object.");
274
SharedObject::clearPtr(
enGb
);
302
const UCTItem *
enGb
= NULL;
309
cache->get(LocaleCacheKey<UCTItem>("en_GB"),
enGb
, status);
314
if (
enGb
!= enUs) {
320
if (
enGb
== fr) {
327
SharedObject::clearPtr(
enGb
);
[
all
...]
Completed in 1201 milliseconds