Searched refs:langtag_table (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalename.c863 static const langtag_entry langtag_table[] = { local
923 /* Step 2: Convert using langtag_table and script_table. */
928 i2 = sizeof (langtag_table) / sizeof (langtag_entry);
931 /* At this point we know that if name occurs in langtag_table,
934 const langtag_entry *p = &langtag_table[i];
940 if (strcmp (name, langtag_table[i1].langtag) == 0)
942 strcpy (name, langtag_table[i1].unixy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalename.c863 static const langtag_entry langtag_table[] = { local
923 /* Step 2: Convert using langtag_table and script_table. */
928 i2 = sizeof (langtag_table) / sizeof (langtag_entry);
931 /* At this point we know that if name occurs in langtag_table,
934 const langtag_entry *p = &langtag_table[i];
940 if (strcmp (name, langtag_table[i1].langtag) == 0)
942 strcpy (name, langtag_table[i1].unixy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dlocalename.c1294 static const langtag_entry langtag_table[] = { local
1354 /* Step 2: Convert using langtag_table and script_table. */
1359 i2 = sizeof (langtag_table) / sizeof (langtag_entry);
1362 /* At this point we know that if name occurs in langtag_table,
1365 const langtag_entry *p = &langtag_table[i];
1371 if (strcmp (name, langtag_table[i1].langtag) == 0)
1373 strcpy (name, langtag_table[i1].unixy);

Completed in 117 milliseconds