12 |
12 |
13 In general, UCX strings are **not** necessarily zero-terminated. If a function guarantees to return zero-terminated |
13 In general, UCX strings are **not** necessarily zero-terminated. If a function guarantees to return zero-terminated |
14 string, it is explicitly mentioned in the documentation of the respective function. |
14 string, it is explicitly mentioned in the documentation of the respective function. |
15 As a rule of thumb, you _should not_ pass the strings of a UCX string structure to another API without explicitly |
15 As a rule of thumb, you _should not_ pass the strings of a UCX string structure to another API without explicitly |
16 ensuring that the string is zero-terminated. |
16 ensuring that the string is zero-terminated. |
|
17 |
|
18 ## Undocumented Symbols (TODO) |
|
19 ### cx_mutstr |
|
20 ### cx_mutstrn |
|
21 ### cx_str |
|
22 ### cx_strcasecmp |
|
23 ### cx_strcasecmp_p |
|
24 ### cx_strcaseprefix |
|
25 ### cx_strcasesuffix |
|
26 ### cx_strcat_ma |
|
27 ### cx_strchr |
|
28 ### cx_strchr_m |
|
29 ### cx_strcmp |
|
30 ### cx_strcmp_p |
|
31 ### cx_strdup_a_ |
|
32 ### cx_strfree |
|
33 ### cx_strfree_a |
|
34 ### cx_strlen |
|
35 ### cx_strlower |
|
36 ### cx_strn |
|
37 ### cx_strprefix |
|
38 ### cx_strrchr |
|
39 ### cx_strrchr_m |
|
40 ### cx_strreplacen_a |
|
41 ### cx_strsplit |
|
42 ### cx_strsplit_a |
|
43 ### cx_strsplit_m |
|
44 ### cx_strsplit_ma |
|
45 ### cx_strstr |
|
46 ### cx_strstr_m |
|
47 ### cx_strstr_sbo_size |
|
48 ### cx_strsubs |
|
49 ### cx_strsubsl |
|
50 ### cx_strsubsl_m |
|
51 ### cx_strsubs_m |
|
52 ### cx_strsuffix |
|
53 ### cx_strtod_lc_ |
|
54 ### cx_strtof_lc_ |
|
55 ### cx_strtoi16_lc_ |
|
56 ### cx_strtoi32_lc_ |
|
57 ### cx_strtoi64_lc_ |
|
58 ### cx_strtoi8_lc_ |
|
59 ### cx_strtoi_lc_ |
|
60 ### cx_strtok_ |
|
61 ### cx_strtok_delim |
|
62 ### cx_strtok_next |
|
63 ### cx_strtok_next_m |
|
64 ### cx_strtol_lc_ |
|
65 ### cx_strtoll_lc_ |
|
66 ### cx_strtos_lc_ |
|
67 ### cx_strtou16_lc_ |
|
68 ### cx_strtou32_lc_ |
|
69 ### cx_strtou64_lc_ |
|
70 ### cx_strtou8_lc_ |
|
71 ### cx_strtou_lc_ |
|
72 ### cx_strtoul_lc_ |
|
73 ### cx_strtoull_lc_ |
|
74 ### cx_strtous_lc_ |
|
75 ### cx_strtouz_lc_ |
|
76 ### cx_strtoz_lc_ |
|
77 ### cx_strtrim |
|
78 ### cx_strtrim_m |
|
79 ### cx_strupper |