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/icu/icu4c/source/common/
servslkf.cpp
72
return service->
cloneInstance
(_obj);
serv.h
468
* method,
cloneInstance
, that clients must implement to create clones
864
virtual UObject*
cloneInstance
(UObject* instance) const = 0;
[
all
...]
brkiter.cpp
256
virtual UObject*
cloneInstance
(UObject* instance) const {
serv.cpp
143
return service->
cloneInstance
(_instance);
586
UObject* service =
cloneInstance
(result->service);
/external/icu/icu4c/source/test/intltest/
icusvtst.cpp
129
virtual UObject*
cloneInstance
(UObject* instance) const {
484
// have to implement
cloneInstance
. Otherwise we could just tell the service
493
virtual UObject*
cloneInstance
(UObject* instance) const {
513
virtual UObject*
cloneInstance
(UObject* instance) const {
1033
virtual UObject*
cloneInstance
(UObject* instance) const {
[
all
...]
/external/icu/icu4c/source/i18n/
coll.cpp
165
virtual UObject*
cloneInstance
(UObject* instance) const {
numfmt.cpp
947
virtual UObject*
cloneInstance
(UObject* instance) const {
[
all
...]
calendar.cpp
513
virtual UObject*
cloneInstance
(UObject* instance) const {
[
all
...]
Completed in 352 milliseconds