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

1 2

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 194 error=parseState(s, states->stateTable[states->countStates],
354 entry=states->stateTable[state][cell];
358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
374 entry=states->stateTable[state][cell];
377 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_SET_OFFSET(entry, sum);
411 entry=states->stateTable[state][cell];
413 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_ADD_OFFSET(entry, sum2);
510 entry=states->stateTable[0][cell];
531 entry=states->stateTable[state][cell]
    [all...]
ucm.h 93 int32_t stateTable[MBCS_MAX_STATE_COUNT][256];
  /external/icu4c/tools/toolutil/
ucmstate.c 194 error=parseState(s, states->stateTable[states->countStates],
354 entry=states->stateTable[state][cell];
358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
374 entry=states->stateTable[state][cell];
377 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_SET_OFFSET(entry, sum);
411 entry=states->stateTable[state][cell];
413 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_ADD_OFFSET(entry, sum2);
510 entry=states->stateTable[0][cell];
531 entry=states->stateTable[state][cell]
    [all...]
  /external/openfst/src/include/fst/
state-table.h 41 // class StateTable {
46 // StateTable();
355 ComposeFingerprint<StateId, F> > StateTable;
360 : StateTable(new ComposeFingerprint<StateId, F>(CountStates(fst1),
365 : StateTable(new ComposeFingerprint<StateId, F>(table.Fingerprint())) {}
389 ComposeState1Fingerprint<StateId, F> > StateTable;
404 : StateTable(table), error_(table.error_) {}
431 ComposeState2Fingerprint<StateId, F> > StateTable;
446 : StateTable(table), error_(table.error_) {}
replace.h 182 ReplaceFingerprint<StateId, P> > StateTable;
197 state_table_ = new StateTable(
208 state_table_ = new StateTable(
231 StateTable *state_table_;
248 ReplaceHash<StateId, PrefixId> > StateTable;
250 using StateTable::FindState;
251 using StateTable::Tuple;
258 : StateTable() {}
335 typedef T StateTable;
346 new StateTable(fst_tuples, opts.root))
    [all...]
accumulator.h 602 typedef T StateTable;
618 const StateTable *state_table) {
662 typedef T StateTable;
689 const StateTable *state_table) {
  /external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java 71 private final InternalState[][] stateTable;
82 stateTable = new InternalState[MAX_STATES][MAX_CHARS];
113 result = stateTable[id][currentChar];
171 stateTable[from.getId()][chr] = to;
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 502 row=mbcsTable->stateTable[state];
593 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
597 row=stateTable[state];
605 getStateProp(stateTable, stateProps, nextState);
626 getStateProp(stateTable, stateProps, nextState);
643 getStateProp(stateTable, stateProps, nextState);
692 getStateProp(mbcsTable->stateTable, stateProps, 0);
    [all...]
rbbi.cpp 920 // handleNext(stateTable)
928 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
940 UBool lookAheadHardBreak = (statetable->fFlags & RBBI_LOOKAHEAD_HARD_BREAK) != 0;
941 const char *tableData = statetable->fTableData;
942 uint32_t tableRowLen = statetable->fRowLen;
965 //(statetable->fTableData + (statetable->fRowLen * state));
970 if (statetable->fFlags & RBBI_BOF_REQUIRED) {
    [all...]
ucnvmbcs.h 177 * int32_t stateTable[countStates][256];
370 const int32_t (*stateTable)/*[countStates]*/[256];
474 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
485 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
  /external/icu4c/common/
ucnvmbcs.c 505 row=mbcsTable->stateTable[state];
596 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
600 row=stateTable[state];
608 getStateProp(stateTable, stateProps, nextState);
629 getStateProp(stateTable, stateProps, nextState);
646 getStateProp(stateTable, stateProps, nextState);
695 getStateProp(mbcsTable->stateTable, stateProps, 0);
    [all...]
rbbi.cpp     [all...]
ucnvmbcs.h 180 * int32_t stateTable[countStates][256];
373 const int32_t (*stateTable)/*[countStates]*/[256];
514 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
525 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-ia64.pl 323 #define StateTable in0
480 ADDP KTable = 0, StateTable
496 ADDP StateTable = 0, StateTable
509 cmp.eq.or L_NOK, L_OK = r0, StateTable
518 ADDP tmp0 = 1*128, StateTable
520 ADDP tmp0 = 3*128, StateTable
521 ADDP tmp1 = 2*128, StateTable
523 ADDP tmp0 = 7*128, StateTable
524 ADDP tmp1 = 6*128, StateTable
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 323 #define StateTable in0
480 ADDP KTable = 0, StateTable
496 ADDP StateTable = 0, StateTable
509 cmp.eq.or L_NOK, L_OK = r0, StateTable
518 ADDP tmp0 = 1*128, StateTable
520 ADDP tmp0 = 3*128, StateTable
521 ADDP tmp1 = 2*128, StateTable
523 ADDP tmp0 = 7*128, StateTable
524 ADDP tmp1 = 6*128, StateTable
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 97 private static int[] statetable = { field in class:HTMLScanner
355 for (int i = 0; i < statetable.length; i += 4) {
356 if (theState != statetable[i]) {
360 if (statetable[i+1] == 0) {
361 action = statetable[i+2];
362 theNextState = statetable[i+3];
364 else if (statetable[i+1] == ch) {
365 action = statetable[i+2];
366 theNextState = statetable[i+3];
  /external/icu4c/layout/
HangulLayoutEngine.cpp 75 static const StateTransition stateTable[][CC_COUNT] =
252 const StateTransition transition = stateTable[state][chClass];
KhmerReordering.h 65 // line in the statetable for Khmer (file KhmerReordering.cpp).
TibetanReordering.cpp 35 // simple classes, they are used in the statetable (in this file) to control the length of a syllable
243 // The stateTable is used to calculate the end (the length) of a well
TibetanReordering.h 80 // line in the statetable for Tibetan (file TibetanReordering.cpp). It assigns one number
  /external/chromium_org/third_party/icu/source/common/unicode/
rbbi.h 657 * @param statetable state table used of moving backwards
660 int32_t handlePrevious(const RBBIStateTable *statetable);
668 * @param statetable state table used of moving forwards
671 int32_t handleNext(const RBBIStateTable *statetable);
  /external/icu4c/common/unicode/
rbbi.h 714 * @param statetable state table used of moving backwards
717 int32_t handlePrevious(const RBBIStateTable *statetable);
725 * @param statetable state table used of moving forwards
728 int32_t handleNext(const RBBIStateTable *statetable);
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 343 typedef PdtStateTable<StateId, StackId> StateTable;
393 StackCompare(const StateTable &st,
423 const StateTable &state_table_;
467 StateTable state_table_; // State table for efst_
    [all...]
  /external/harfbuzz/src/
harfbuzz-khmer.c 70 // line in the statetable for Khmer (see khmerStateTable) .
121 // simple classes, they are used in the statetable (in this file) to control the length of a syllable
213 // The stateTable is used to calculate the end (the length) of a well
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 70 // line in the statetable for Khmer (see khmerStateTable) .
121 // simple classes, they are used in the statetable (in this file) to control the length of a syllable
213 // The stateTable is used to calculate the end (the length) of a well

Completed in 424 milliseconds

1 2