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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
linebreak.c 571 LBP_AL = 17, /* ordinary alphabetic and symbol characters */
637 int LBP_AI_REPLACEMENT = (is_cjk_encoding (encoding) ? LBP_ID : LBP_AL);
680 prop = LBP_AL;
690 /* A combining character turns a preceding space into LBP_AL. */
695 prop = LBP_AL;
751 int LBP_AI_REPLACEMENT = (is_cjk_encoding (encoding) ? LBP_ID : LBP_AL);
794 prop = LBP_AL;
804 /* A combining character turns a preceding space into LBP_AL. */
809 prop = LBP_AL;
863 int LBP_AI_REPLACEMENT = (is_cjk_encoding (encoding) ? LBP_ID : LBP_AL);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
linebreak.c 571 LBP_AL = 17, /* ordinary alphabetic and symbol characters */
637 int LBP_AI_REPLACEMENT = (is_cjk_encoding (encoding) ? LBP_ID : LBP_AL);
680 prop = LBP_AL;
690 /* A combining character turns a preceding space into LBP_AL. */
695 prop = LBP_AL;
751 int LBP_AI_REPLACEMENT = (is_cjk_encoding (encoding) ? LBP_ID : LBP_AL);
794 prop = LBP_AL;
804 /* A combining character turns a preceding space into LBP_AL. */
809 prop = LBP_AL;
863 int LBP_AI_REPLACEMENT = (is_cjk_encoding (encoding) ? LBP_ID : LBP_AL);
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
gen-lbrkprop.c 432 LBP_AL = 17, /* ordinary alphabetic and symbol characters */
943 attr |= 1 << LBP_AL;
988 PRINT_BIT(attr,LBP_AL);
1095 TRY(LBP_AL)
1166 PRINT_BIT(attr,LBP_AL);
1317 CASE(LBP_AL);

Completed in 16 milliseconds