| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Normalizer2Impl.java | 174 public void append(int c, int cc) { append() method in Normalizer2Impl.ReorderingBuffer 185 public void append(CharSequence s, int start, int limit, boolean isNFD, append() method in Normalizer2Impl.ReorderingBuffer 222 public ReorderingBuffer append(char c) { append() method in Normalizer2Impl.ReorderingBuffer 234 public ReorderingBuffer append(CharSequence s) { append() method in Normalizer2Impl.ReorderingBuffer 243 public ReorderingBuffer append(CharSequence s, int start, int limit) { append() method in Normalizer2Impl.ReorderingBuffer [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | UnicodeSet.java | 633 private static void append(Appendable app, CharSequence s) { in append() method in UnicodeSet [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | normalizer2impl.h | 164 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append() function in ReorderingBuffer
|
| H A D | unistr.cpp | 1387 UnicodeString::append(UChar32 srcChar) { in append() function in UnicodeString [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Normalizer2Impl.java | 180 public void append(int c, int cc) { append() method in Normalizer2Impl.ReorderingBuffer 191 public void append(CharSequence s, int start, int limit, boolean isNFD, append() method in Normalizer2Impl.ReorderingBuffer 228 public ReorderingBuffer append(char c) { append() method in Normalizer2Impl.ReorderingBuffer 240 public ReorderingBuffer append(CharSequence s) { append() method in Normalizer2Impl.ReorderingBuffer 249 public ReorderingBuffer append(CharSequence s, int start, int limit) { append() method in Normalizer2Impl.ReorderingBuffer [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UnicodeSet.java | 610 private static void append(Appendable app, CharSequence s) { in append() method in UnicodeSet [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | msgfmt.cpp | 193 void append(const UnicodeString& s) { in append() function in AppendableWrapper 197 void append(const UChar* s, const int32_t sLength) { in append() function in AppendableWrapper 201 void append(const UnicodeString& s, int32_t start, int32_t length) { in append() function in AppendableWrapper [all...] |
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| H A D | zip.c | 849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument 920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) in zipOpen2() argument 932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() argument 948 zipOpen(const char* pathname, int append) zipOpen() argument 953 zipOpen64(const void* pathname, int append) zipOpen64() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | normalizer2impl.h | 164 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append() function in ReorderingBuffer
|
| H A D | unistr.cpp | 1429 UnicodeString::append(UChar32 srcChar) { in append() function in UnicodeString [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 456 void append(uint32_t value, int size) in append() function 496 void append(OutputBitVector &v, int size) in append() function
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | msgfmt.cpp | 193 void append(const UnicodeString& s) { in append() function in AppendableWrapper 197 void append(const char16_t* s, const int32_t sLength) { in append() function in AppendableWrapper 201 void append(const UnicodeString& s, int32_t start, int32_t length) { in append() function in AppendableWrapper [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | ssearch.cpp | 1037 void SetMonkey::append(UnicodeStrin function in SetMonkey 1075 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) append() function in StringSetMonkey [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 1205 void append(MachineBasicBlock *dst) { in precomputeTriangleChains() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1091 DIExpression *DIExpression::append(const DIExpression *Expr, in append() function in DIExpression
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcInternalformatTests.cpp | 1555 void InternalformatTests::append(std::vector<Data>& dataVector, const Data (&dataArray)[Size]) in append() function in glcts::InternalformatTests [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | msgfmt.cpp | 193 void append(const UnicodeString& s) { in append() function in AppendableWrapper 197 void append(const UChar* s, const int32_t sLength) { in append() function in AppendableWrapper 201 void append(const UnicodeString& s, int32_t start, int32_t length) { in append() function in AppendableWrapper [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkOpAngle.cpp | 16 static bool CompareResult(const char* func, SkString* bugOut, SkString* bugPart, int append, in CompareResult() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | RDFGraph.cpp | 396 void NodeBase::append(NodeAddr<NodeBase*> NA) { in append() function in NodeBase
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 217 void append(CHRScope *Next) { in append() function in __anon25060::CHRScope
|
| /third_party/skia/third_party/externals/zlib/contrib/minizip/ |
| H A D | zip.c | 849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument 920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) in zipOpen2() argument 932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() argument 948 zipOpen(const char* pathname, int append) zipOpen() argument 953 zipOpen64(const void* pathname, int append) zipOpen64() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | normalizer2impl.h | 164 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append() function in ReorderingBuffer
|
| H A D | unistr.cpp | 1386 UnicodeString::append(UChar32 srcChar) { in append() function in UnicodeString [all...] |
| /third_party/skia/modules/skshaper/src/ |
| H A D | SkShaper_harfbuzz.cpp | 682 void append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, function
|
| /third_party/zlib/contrib/minizip/ |
| H A D | zip.c | 1002 extern zipFile ZEXPORT zipOpen3(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument 1081 extern zipFile ZEXPORT zipOpen2(const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) in zipOpen2() argument 1095 extern zipFile ZEXPORT zipOpen2_64(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() argument 1113 zipOpen(const char* pathname, int append) zipOpen() argument 1118 zipOpen64(const void* pathname, int append) zipOpen64() argument [all...] |