Home | History | Annotate | Download | only in common

Lines Matching refs:encodings

12 // Purpose: To generate a list of encodings capable of handling
21 * The goal is, given a unicode string, find the encodings
24 * stores all encodings a codepoint can map to
50 char** encodings; // which encodings did user ask to use?
79 UConverter* test_converter = ucnv_open(result->encodings[i], status);
119 // handle excluded encodings! Simply set their values to all 1's in the upvec
172 newSelector->encodings =
174 if (!newSelector->encodings) {
179 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close()
202 newSelector->encodings[i] = allStrings;
203 uprv_strcpy(newSelector->encodings[i],
205 allStrings += uprv_strlen(newSelector->encodings[i]) + 1;
233 uprv_free(sel->encodings[0]);
235 uprv_free(sel->encodings);
344 uprv_memcpy(p, sel->encodings[0], sel->encodingStrLength);
550 char **encodings =
553 if (sel == NULL || encodings == NULL) {
556 uprv_free(encodings);
562 sel->encodings = encodings;
581 sel->encodings[i] = s;
590 // iterate over the selected encodings
633 result = sel->encodings[((Enumerator*)(enumerator->context))->index[cur] ];
694 // encodings are legit.