Home | History | Annotate | Download | only in dist

Lines Matching defs:other

17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37 #include "other.h"
163 G0(is) = G1(is) = G2(is) = G3(is) = OTHER(is) = NULL;
217 if (OTHER(i) != NULL) {
218 fprintf(stderr, "%s, non-ISO-2022 encoding.\n", OTHER(i)->name);
237 const CharsetRec *other = NULL;
240 rc = getLocaleState(locale, charset, &gl, &gr, &g0, &g1, &g2, &g3, &other);
270 if (other)
271 OTHER(i) = other;
273 OTHER(i) = NULL;
291 if (OTHER(d) == NULL)
292 OTHER(d) = OTHER(s);
492 (OTHER(is) == NULL && CHARSET_REGULAR(GR(is)) &&
497 if (OTHER(is) != NULL) {
499 c2 = OTHER(is)->other_reverse(ucode, OTHER(is)->other_aux);
682 } else if (OTHER(is) != NULL) {
683 int c = OTHER(is)->other_stack(*s, OTHER(is)->other_aux);
687 OTHER(is)->other_recode(ucode, OTHER(is)->other_aux));