OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneInstance
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/common/
servslkf.cpp
71
return service->
cloneInstance
(_obj);
serv.h
463
* method,
cloneInstance
, that clients must implement to create clones
864
virtual UObject*
cloneInstance
(UObject* instance) const = 0;
[
all
...]
brkiter.cpp
242
virtual UObject*
cloneInstance
(UObject* instance) const {
serv.cpp
139
return service->
cloneInstance
(_instance);
584
UObject* service =
cloneInstance
(result->service);
/external/icu4c/test/intltest/
icusvtst.cpp
126
virtual UObject*
cloneInstance
(UObject* instance) const {
481
// have to implement
cloneInstance
. Otherwise we could just tell the service
490
virtual UObject*
cloneInstance
(UObject* instance) const {
510
virtual UObject*
cloneInstance
(UObject* instance) const {
1031
virtual UObject*
cloneInstance
(UObject* instance) const {
[
all
...]
/external/icu4c/i18n/
coll.cpp
146
virtual UObject*
cloneInstance
(UObject* instance) const {
numfmt.cpp
797
virtual UObject*
cloneInstance
(UObject* instance) const {
[
all
...]
calendar.cpp
446
virtual UObject*
cloneInstance
(UObject* instance) const {
[
all
...]
Completed in 340 milliseconds