HomeSort by relevance Sort by last modified time
    Searched full:rbbi (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/icu/source/common/
rbbisetb.h 23 // RBBISetBuilder Derives the character categories used by the runtime RBBI engine
24 // from the Unicode Sets appearing in the source RBBI rules, and
62 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules.
67 // by the RBBI rules.
70 // the RBBI execution engine.
105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us.
116 // fGroupCount+1 is also the number of columns in the RBBI state table being compiled.
rbbitblb.h 17 #include "unicode/rbbi.h"
27 // class RBBITableBuilder is part of the RBBI rule compiler.
28 // It builds the state transition table used by the RBBI runtime
31 // This class is part of the RBBI implementation only.
rbbidata.h 13 * RBBI data formats Includes
15 * Structs that describes the format of the Binary RBBI data,
28 * set of RBBI run time data being shared by instances
40 * Swap RBBI data. See udataswp.h.
63 /* (version originates in rbbi, is copied to UDataInfo) */
67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */
72 /* Offsets and sizes of each of the subsections within the RBBI data. */
rbbiscan.h 16 #include "unicode/rbbi.h"
113 RBBIRuleTableEl **fStateTable; // State Transition Table for RBBI Rule
141 // the scanning of RBBI rules. The
rbbidata.cpp 246 RBBIDebugPrintf("RBBI Data at %p\n", (void *)fHeader);
271 // ubrk_swap - byte swap and char encoding swap of RBBI data
306 // Swap the data header. (This is the generic ICU Data Header, not the RBBI Specific
309 // of the RBBI specific data.
319 // RBBI's fDataFormat matches the dataFormat field from the
328 udata_printError(ds, "ubrk_swap(): RBBI Data header is invalid.\n");
343 // Check that length passed in is consistent with length from RBBI data header.
354 // Swap the Data. Do the data itself first, then the RBBI Data Header, because
rbbirpt.txt 12 # This state table is used when reading and parsing a set of RBBI rules
16 # *** This file defines the RBBI rule grammar. This is it.
260 # Within the RBBI parser, after finding the first character
rbbirb.cpp 9 // RBBI engine.
17 #include "unicode/rbbi.h"
134 // flattenData() - Collect up the compiled RBBI rule data and put it into
136 // which is also the format needed by the RBBI runtime engine.
  /external/icu/icu4c/source/common/
rbbisetb.h 23 // RBBISetBuilder Derives the character categories used by the runtime RBBI engine
24 // from the Unicode Sets appearing in the source RBBI rules, and
62 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules.
67 // by the RBBI rules.
70 // the RBBI execution engine.
105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us.
116 // fGroupCount+1 is also the number of columns in the RBBI state table being compiled.
rbbitblb.h 17 #include "unicode/rbbi.h"
27 // class RBBITableBuilder is part of the RBBI rule compiler.
28 // It builds the state transition table used by the RBBI runtime
31 // This class is part of the RBBI implementation only.
rbbidata.h 13 * RBBI data formats Includes
15 * Structs that describes the format of the Binary RBBI data,
28 * set of RBBI run time data being shared by instances
40 * Swap RBBI data. See udataswp.h.
64 /* (version originates in rbbi, is copied to UDataInfo) */
68 uint32_t fLength; /* Total length in bytes of this RBBI Data, */
73 /* Offsets and sizes of each of the subsections within the RBBI data. */
rbbiscan.h 16 #include "unicode/rbbi.h"
113 RBBIRuleTableEl **fStateTable; // State Transition Table for RBBI Rule
141 // the scanning of RBBI rules. The
rbbidata.cpp 246 RBBIDebugPrintf("RBBI Data at %p\n", (void *)fHeader);
271 // ubrk_swap - byte swap and char encoding swap of RBBI data
306 // Swap the data header. (This is the generic ICU Data Header, not the RBBI Specific
309 // of the RBBI specific data.
319 // RBBI's fDataFormat matches the dataFormat field from the
328 udata_printError(ds, "ubrk_swap(): RBBI Data header is invalid.\n");
343 // Check that length passed in is consistent with length from RBBI data header.
354 // Swap the Data. Do the data itself first, then the RBBI Data Header, because
rbbirpt.txt 12 # This state table is used when reading and parsing a set of RBBI rules
16 # *** This file defines the RBBI rule grammar. This is it.
260 # Within the RBBI parser, after finding the first character
  /external/chromium_org/third_party/icu/patches/
changeset_30255.patch 1 Index: /icu/trunk/source/common/rbbi.cpp
3 --- /icu/trunk/source/common/rbbi.cpp (revision 30203)
4 +++ /icu/trunk/source/common/rbbi.cpp (revision 30255)
  /external/chromium_org/third_party/icu/source/common/unicode/
dbbi.h 14 #include "unicode/rbbi.h"
utypes.h 754 U_BRK_SEMICOLON_EXPECTED, /**< Missing ';' at the end of a RBBI rule. */
755 U_BRK_RULE_SYNTAX, /**< Syntax error in RBBI rule. */
756 U_BRK_UNCLOSED_SET, /**< UnicodeSet witing an RBBI rule missing a closing ']'. */
757 U_BRK_ASSIGN_ERROR, /**< Syntax error in RBBI rule assignment statement. */
758 U_BRK_VARIABLE_REDFINITION, /**< RBBI rule $Variable redefined. */
759 U_BRK_MISMATCHED_PAREN, /**< Mis-matched parentheses in an RBBI rule. */
760 U_BRK_NEW_LINE_IN_QUOTED_STRING, /**< Missing closing quote in an RBBI rule. */
761 U_BRK_UNDEFINED_VARIABLE, /**< Use of an undefined $Variable in an RBBI rule. */
764 U_BRK_UNRECOGNIZED_OPTION, /**< !!option in RBBI rules not recognized. */
    [all...]
  /external/icu/icu4c/source/common/unicode/
dbbi.h 14 #include "unicode/rbbi.h"
utypes.h 616 U_BRK_SEMICOLON_EXPECTED, /**< Missing ';' at the end of a RBBI rule. */
617 U_BRK_RULE_SYNTAX, /**< Syntax error in RBBI rule. */
618 U_BRK_UNCLOSED_SET, /**< UnicodeSet witing an RBBI rule missing a closing ']'. */
619 U_BRK_ASSIGN_ERROR, /**< Syntax error in RBBI rule assignment statement. */
620 U_BRK_VARIABLE_REDFINITION, /**< RBBI rule $Variable redefined. */
621 U_BRK_MISMATCHED_PAREN, /**< Mis-matched parentheses in an RBBI rule. */
622 U_BRK_NEW_LINE_IN_QUOTED_STRING, /**< Missing closing quote in an RBBI rule. */
623 U_BRK_UNDEFINED_VARIABLE, /**< Use of an undefined $Variable in an RBBI rule. */
626 U_BRK_UNRECOGNIZED_OPTION, /**< !!option in RBBI rules not recognized. */
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.h 21 #include "unicode/rbbi.h"
itmajor.cpp 111 case 6: name = "rbbi";
  /external/icu/icu4c/source/test/intltest/
rbbiapts.h 21 #include "unicode/rbbi.h"
  /external/chromium_org/third_party/icu/source/test/hdrtst/
cxxfiles.txt 59 rbbi.h
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.cpp 32 #include "unicode/rbbi.h"
114 // from the RBBI rule builder. The values declared
115 // here should never appear in any real RBBI data.
305 // Copy the data format version numbers from the RBBI data header into the UDataMemory header.
  /external/icu/icu4c/source/test/hdrtst/
cxxfiles.txt 69 rbbi.h
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 32 #include "unicode/rbbi.h"
114 // from the RBBI rule builder. The values declared
115 // here should never appear in any real RBBI data.
305 // Copy the data format version numbers from the RBBI data header into the UDataMemory header.

Completed in 816 milliseconds

1 2 3 4 5