Searched refs:cloneData (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
H A D | lsr.cpp | 26 owned = langScript.cloneData(errorCode); in LSR() 45 owned = data.cloneData(errorCode); in LSR()
|
H A D | charstr.h | 89 char *cloneData(UErrorCode &errorCode) const;
|
H A D | wintz.cpp | 324 // Note: cloneData returns nullptr if the status is a failure, so this in uprv_detectWindowsTimeZone() 327 return icuTZStr.appendInvariantChars(icuTZ16, tzLen, status).cloneData(status); in uprv_detectWindowsTimeZone()
|
H A D | charstr.cpp | 41 char *CharString::cloneData(UErrorCode &errorCode) const { in cloneData() function in CharString
|
/third_party/icu/icu4c/source/common/ |
H A D | charstr.h | 89 char *cloneData(UErrorCode &errorCode) const;
|
H A D | lsr.cpp | 26 owned = langScript.cloneData(errorCode); in LSR()
|
H A D | wintz.cpp | 324 // Note: cloneData returns nullptr if the status is a failure, so this in uprv_detectWindowsTimeZone() 327 return icuTZStr.appendInvariantChars(icuTZ16, tzLen, status).cloneData(status); in uprv_detectWindowsTimeZone()
|
H A D | charstr.cpp | 41 char *CharString::cloneData(UErrorCode &errorCode) const { in cloneData() function in CharString
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstr.h | 89 char *cloneData(UErrorCode &errorCode) const;
|
H A D | lsr.cpp | 26 owned = langScript.cloneData(errorCode); in LSR()
|
H A D | wintz.cpp | 324 // Note: cloneData returns nullptr if the status is a failure, so this in uprv_detectWindowsTimeZone() 327 return icuTZStr.appendInvariantChars(icuTZ16, tzLen, status).cloneData(status); in uprv_detectWindowsTimeZone()
|
H A D | charstr.cpp | 41 char *CharString::cloneData(UErrorCode &errorCode) const { in cloneData() function in CharString
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 166 void cloneData(const Loop *NewLoop, const Loop *OldLoop, 357 void LUAnalysisCache::cloneData(const Loop *NewLoop, const Loop *OldLoop, in cloneData() function in LUAnalysisCache 1300 BranchesInfo.cloneData(NewLoop, L, VMap); in UnswitchNontrivialCondition()
|
Completed in 12 milliseconds