OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jpcol
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp
364
Collator*
jpcol
= Collator::createInstance(Locale::getJapan(), status);
local
369
delete
jpcol
;
382
info[2] = new CollatorInfo(fu_FU,
jpcol
, fuFUNames);
409
if (*
jpcol
!= *ncol) {
410
errln("
jpcol
for fu_FU_FOO failed");
/external/icu4c/test/intltest/
svccoll.cpp
364
Collator*
jpcol
= Collator::createInstance(Locale::getJapan(), status);
local
369
delete
jpcol
;
382
info[2] = new CollatorInfo(fu_FU,
jpcol
, fuFUNames);
409
if (*
jpcol
!= *ncol) {
410
errln("
jpcol
for fu_FU_FOO failed");
Completed in 317 milliseconds