/third_party/backends/lib/ |
H A D | snprintf.c | 238 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 D | hp5590_low.c | 46 #include <string.h>
|
/third_party/backends/sanei/ |
H A D | usb_manager.cpp | 43 #include <string>
|
H A D | sanei_wire.c | 43 #include <string.h> 531 ++len; /* send NULL string, too */ in sanei_w_option_descriptor()
|
/third_party/cups-filters/fontembed/ |
H A D | embed_sfnt.c | 9 #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 D | md5.c | 30 #include <string.h>
|
H A D | md4.c | 29 #include <string.h>
|
/third_party/benchmark/test/ |
H A D | reporter_output_test.cc | 39 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 D | texttotext.c | 30 #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 D | hcontrol.c | 49 #include <string.h>
|
H A D | setup.c | 37 #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 D | pcm_dsnoop.c | 35 #include <string.h>
|
/third_party/alsa-utils/alsaloop/ |
H A D | alsaloop.c | 26 #include <string.h>
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 12 #include <string.h>
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cucdapi.c | 9 #include <string.h>
|
H A D | usettest.c | 12 #include <string.h> 518 log_err("FAIL: for %s expect '%c' next, but got a string\n", in expectItems()
|
H A D | encoll.c | 19 * 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 D | strtst.c | 23 #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 D | DateFmtPerf.h | 36 #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 D | cmemory.h | 13 * Contains stdlib.h/string.h memory functions 32 #include <string.h>
|
H A D | ucnvsel.cpp | 23 * 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 D | TrieMap.java | 29 // 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 D | dumpICUrules.bat | 215 # 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 D | TrieMap.java | 28 // 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 D | collationfastlatinbuilder.cpp | 17 #include <string> 62 * or the index<0 for inserting the string at ~index in sorted order
|