HomeSort by relevance Sort by last modified time
    Searched defs:_trans (Results 1 - 16 of 16) sorted by null

  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.hh 473 int _trans; local
485 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) &&
489 cs = _deserialize_json_trans_targs[_trans];
491 if ( _deserialize_json_trans_actions[_trans] == 0 )
494 switch ( _deserialize_json_trans_actions[_trans] ) {
hb-buffer-deserialize-text.hh 350 int _trans; local
362 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) &&
366 cs = _deserialize_text_trans_targs[_trans];
368 if ( _deserialize_text_trans_actions[_trans] == 0 )
371 switch ( _deserialize_text_trans_actions[_trans] ) {
hb-ot-shape-complex-indic-machine.hh 1401 int _trans; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 308 int _trans; local
326 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) &&
331 cs = _myanmar_syllable_machine_trans_targs[_trans];
333 if ( _myanmar_syllable_machine_trans_actions[_trans] == 0 )
336 switch ( _myanmar_syllable_machine_trans_actions[_trans] ) {
387 _trans = _myanmar_syllable_machine_eof_trans[cs] - 1;
hb-ot-shape-complex-use-machine.hh 334 int _trans; local
352 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].use_category()) &&
357 cs = _use_syllable_machine_trans_targs[_trans];
359 if ( _use_syllable_machine_trans_actions[_trans] == 0 )
362 switch ( _use_syllable_machine_trans_actions[_trans] ) {
437 _trans = _use_syllable_machine_eof_trans[cs] - 1;
  /external/skia/third_party/harfbuzz/
hb-buffer-deserialize-json.hh 473 int _trans; local
485 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) &&
489 cs = _deserialize_json_trans_targs[_trans];
491 if ( _deserialize_json_trans_actions[_trans] == 0 )
494 switch ( _deserialize_json_trans_actions[_trans] ) {
hb-buffer-deserialize-text.hh 350 int _trans; local
362 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) &&
366 cs = _deserialize_text_trans_targs[_trans];
368 if ( _deserialize_text_trans_actions[_trans] == 0 )
371 switch ( _deserialize_text_trans_actions[_trans] ) {
hb-ot-shape-complex-indic-machine.hh 1401 int _trans; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 308 int _trans; local
326 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) &&
331 cs = _myanmar_syllable_machine_trans_targs[_trans];
333 if ( _myanmar_syllable_machine_trans_actions[_trans] == 0 )
336 switch ( _myanmar_syllable_machine_trans_actions[_trans] ) {
387 _trans = _myanmar_syllable_machine_eof_trans[cs] - 1;
hb-ot-shape-complex-use-machine.hh 334 int _trans; local
352 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].use_category()) &&
357 cs = _use_syllable_machine_trans_targs[_trans];
359 if ( _use_syllable_machine_trans_actions[_trans] == 0 )
362 switch ( _use_syllable_machine_trans_actions[_trans] ) {
437 _trans = _use_syllable_machine_eof_trans[cs] - 1;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 250 int _trans = 0; local
270 _trans = _SyntheticAccessorFSM_index_offsets[cs];
286 _trans += (_mid - _keys);
291 _trans += _klen;
309 _trans += ((_mid - _keys)>>1);
313 _trans += _klen;
317 _trans = _SyntheticAccessorFSM_indicies[_trans];
318 cs = _SyntheticAccessorFSM_trans_targs[_trans];
320 if ( _SyntheticAccessorFSM_trans_actions[_trans] != 0 )
    [all...]