HomeSort by: relevance | last modified time | path
    Searched defs:last_prop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
linebreak.c 639 int last_prop = LBP_BK; /* line break property of last non-space character */ local
656 last_prop = LBP_BK;
713 if (last_prop == LBP_BK)
720 switch (lbrk_table [last_prop-1] [prop-1])
735 last_prop = prop;
753 int last_prop = LBP_BK; /* line break property of last non-space character */ local
770 last_prop = LBP_BK;
827 if (last_prop == LBP_BK)
834 switch (lbrk_table [last_prop-1] [prop-1])
849 last_prop = prop
865 int last_prop = LBP_BK; \/* line break property of last non-space character *\/ local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
linebreak.c 639 int last_prop = LBP_BK; /* line break property of last non-space character */ local
656 last_prop = LBP_BK;
713 if (last_prop == LBP_BK)
720 switch (lbrk_table [last_prop-1] [prop-1])
735 last_prop = prop;
753 int last_prop = LBP_BK; /* line break property of last non-space character */ local
770 last_prop = LBP_BK;
827 if (last_prop == LBP_BK)
834 switch (lbrk_table [last_prop-1] [prop-1])
849 last_prop = prop
865 int last_prop = LBP_BK; \/* line break property of last non-space character *\/ local
    [all...]

Completed in 15 milliseconds