Home
last modified time | relevance | path

Searched refs:string (Results 24926 - 24950 of 28860) sorted by relevance

1...<<9919929939949959969979989991000>>...1155

/third_party/backends/lib/
H A Dsnprintf.c238 write to the character string str. These functions write the
239 output under the control of a format string that specifies
245 size-1 of the characters printed into the output string (the
248 the string was too short and some of the printed characters
266 The format string is composed of zero or more directives:
298 o An optional decimal digit string specifying a minimum
306 by an optional digit string. If the digit string
314 from a string for s conversions.
344 instead of a digit string
[all...]
/third_party/backends/backend/
H A Dhp5590_low.c46 #include <string.h>
/third_party/backends/sanei/
H A Dusb_manager.cpp43 #include <string>
H A Dsanei_wire.c43 #include <string.h>
531 ++len; /* send NULL string, too */ in sanei_w_option_descriptor()
/third_party/cups-filters/fontembed/
H A Dembed_sfnt.c9 #include <string.h>
320 // TODO? optimize pascal string skipping? (create index)
321 // NOTE: might return a statically allocated string
344 pos+=*pos+1; // skip this string in emb_otf_get_post_name()
346 // convert pascal string to asciiz in emb_otf_get_post_name()
371 // NOTE: statically allocated string
578 dyn_printf(&ds,"/RD { string currentfile exch readstring pop } executeonly def\n"); in emb_otf_ps()
/third_party/curl/lib/
H A Dmd5.c30 #include <string.h>
H A Dmd4.c29 #include <string.h>
/third_party/benchmark/test/
H A Dreporter_output_test.cc39 std::string num_caches_str = in AddContextCases()
835 // empty string as name is intentional, it would sort before anything else
967 // default-ones empty string as name is intentional, it would sort before
/third_party/cups-filters/filter/
H A Dtexttotext.c30 #include <string.h>
544 /* Create a string to insert as the newline mark */ in main()
710 /* Allow to handle the finished page as a C string */ in main()
908 const char *range; /* Pointer into range string */ in check_range()
/third_party/alsa-lib/src/control/
H A Dhcontrol.c49 #include <string.h>
H A Dsetup.c37 #include <string.h>
427 SNDERR("field %s is not a string", id); in add_elem()
439 SNDERR("field %s is not a string", id); in add_elem()
/third_party/alsa-lib/src/pcm/
H A Dpcm_dsnoop.c35 #include <string.h>
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c26 #include <string.h>
/third_party/alsa-utils/topology/nhlt/intel/
H A Dssp-nhlt.c12 #include <string.h>
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c9 #include <string.h>
H A Dusettest.c12 #include <string.h>
518 log_err("FAIL: for %s expect '%c' next, but got a string\n", in expectItems()
H A Dencoll.c19 * character '-' in string "black-bird". The en_US locale uses the default
24 #include <string.h>
/third_party/icu/icu4c/source/test/iotest/
H A Dstrtst.c23 #include <string.h>
270 log_err("u_fprintf failed to work on an en string Got: %s\n", cBuffer); in TestLocalizedString()
273 log_err("u_fscanf failed to work on an en string Got: %d\n", numResult); in TestLocalizedString()
295 log_err("u_fprintf failed to work on a de string Got: %s\n", cBuffer); in TestLocalizedString()
298 log_err("u_fscanf failed to work on a de string Got: %d\n", numResult); in TestLocalizedString()
308 log_err("u_fscanf failed to work on a default locale string Got: %d, Expected: 1234\n", numResult); in TestLocalizedString()
675 /* Extra long string for testing */ in TestSScanset()
797 addTest(root, &TestString, "string/TestString"); in addStringTest()
798 addTest(root, &TestLocalizedString, "string/TestLocalizedString"); in addStringTest()
799 addTest(root, &TestSprintfFormat, "string/TestSprintfForma in addStringTest()
[all...]
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h36 #include <string.h>
130 // Print the given string to stdout (for debugging purposes)
200 // Display the formatted date string in call()
216 // Print the given string to stdout (for debugging purposes)
586 // Parse a string. The string uses the digits '0' through '9' in call()
600 str.remove(); // format() will APPEND to this string in call()
620 // Create a display string for a formattable
665 // Print the given string to stdout using the UTF-8 converter (for debugging purposes only)
712 // Parse a string in call()
[all...]
/third_party/icu/icu4c/source/common/
H A Dcmemory.h13 * Contains stdlib.h/string.h memory functions
32 #include <string.h>
H A Ducnvsel.cpp23 * The goal is, given a unicode string, find the encodings
24 * this string can be mapped to. To make processing faster
33 #include <string.h>
741 /* check a string against the selector - UTF16 version */
783 /* check a string against the selector - UTF8 version */
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java29 // can you store the same string twice, eg add(bytes1, value), add(bytes1, value)? What happens? If an error,
102 abstract void set(CharSequence string, int i); in set() argument
282 // traverse the values, and get a mapping of a byte string to list of in add()
458 // traverse the values, and get a mapping of a byte string to list of in add()
525 * Transform the string into a sequence of bytes, appending them after start, and return the new limit.
535 * Transform a sequence of bytes into a string, according to the format in getBytes. No error checking.
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat215 # Return: A C file name (e.g., ldevan.txt) or the empty string,
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java28 // can you store the same string twice, eg add(bytes1, value), add(bytes1, value)? What happens? If an error,
101 abstract void set(CharSequence string, int i); in set() argument
281 // traverse the values, and get a mapping of a byte string to list of in add()
457 // traverse the values, and get a mapping of a byte string to list of in add()
524 * Transform the string into a sequence of bytes, appending them after start, and return the new limit.
534 * Transform a sequence of bytes into a string, according to the format in getBytes. No error checking.
/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp17 #include <string>
62 * or the index<0 for inserting the string at ~index in sorted order

Completed in 40 milliseconds

1...<<9919929939949959969979989991000>>...1155