/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 492 private void getEntries(String title, Set<Map.Entry<Integer,String>> m1entries, Set<Map.Entry<Integer, String>> m2entries, StringBuilder buffer, int limit) { in getEntries() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | PatternTokenizer.java | 259 public int next(StringBuffer buffer) { in next() argument [all...] |
H A D | Norm2AllModes.java | 118 protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() argument 184 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() argument 218 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() argument 139 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 188 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 222 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 276 normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) normalize() argument 280 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-bignum.cpp | 98 static uint64_t ReadUInt64(const Vector<const char> buffer, in ReadUInt64() argument
|
H A D | ucoleitr.cpp | 57 RCEI *buffer; member [all...] |
H A D | number_capi.cpp | 153 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity, in unumf_resultToString() argument
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | locid.h | 1220 const char* buffer = keys->next(&resultLength, status); in getKeywords() local 1237 const char* buffer = keys->next(&resultLength, status); in getUnicodeKeywords() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ustrenum.cpp | 110 UChar *buffer=unistr.getBuffer(length+1); in setChars() local
|
/third_party/libsnd/src/ |
H A D | mat5.c | 160 char buffer [256] ; in mat5_write_header() local 261 { char buffer [256], name [32] ; in mat5_read_header() local [all...] |
H A D | mpeg_l3_encode.c | 298 unsigned char *buffer ; in mpeg_l3_encoder_close() local [all...] |
H A D | dwvw.c | 46 unsigned char buffer [256] ; member [all...] |
H A D | dither.c | 75 double buffer [SF_BUFFER_LEN / sizeof (double)] ; member [all...] |
H A D | sd2.c | 352 read_rsrc_str (const SD2_RSRC *prsrc, int offset, char * buffer, int buffer_len) in read_rsrc_str() argument
|
/third_party/libsnd/tests/ |
H A D | string_test.c | 551 static char buffer [2048] ; in string_multi_set_test() local [all...] |
/third_party/libuv/src/unix/ |
H A D | pipe.c | 387 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() argument 392 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername() argument 343 uv__pipe_getsockpeername(const uv_pipe_t* handle, uv__peersockfunc func, char* buffer, size_t* size) uv__pipe_getsockpeername() argument
|
H A D | freebsd.c | 59 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
|
H A D | netbsd.c | 66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
|
/third_party/libuv/src/win/ |
H A D | process-stdio.c | 172 BYTE* buffer; in uv__stdio_create() local 357 uv__stdio_destroy(BYTE* buffer) uv__stdio_destroy() argument 372 uv__stdio_noinherit(BYTE* buffer) uv__stdio_noinherit() argument 385 uv__stdio_verify(BYTE* buffer, WORD size) uv__stdio_verify() argument 409 uv__stdio_size(BYTE* buffer) uv__stdio_size() argument 414 uv__stdio_handle(BYTE* buffer, int fd) uv__stdio_handle() argument [all...] |
H A D | getaddrinfo.c | 344 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname() argument 365 int uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoiid() argument
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gtrace.c | 398 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument
|
/third_party/libuv/test/ |
H A D | benchmark-pound.c | 67 static char buffer[] = "QS"; variable
|
H A D | test-poll.c | 225 static char buffer[74]; local 246 static char buffer[931]; local 307 static char buffer[103]; local 331 static char buffer[123 local [all...] |
/third_party/libsnd/programs/ |
H A D | common.c | 353 { char buffer [16], *cptr ; in sfe_file_type_of_ext() local
|
/third_party/libsnd/src/ALAC/ |
H A D | alac_decoder.c | 641 static void Zero32 (int32_t * buffer, uint32_t numItems, uint32_t stride) in Zero32() argument [all...] |
H A D | ag_dec.c | 112 static inline uint32_t ALWAYS_INLINE read32bit (uint8_t * buffer) in read32bit() argument
|