Searched refs:_trans (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-use-machine.hh334 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;
H A Dhb-ot-shape-complex-myanmar-machine.hh308 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;
H A Dhb-buffer-deserialize-json.hh473 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] ) {
H A Dhb-buffer-deserialize-text.hh350 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] ) {
H A Dhb-ot-shape-complex-indic-machine.hh1401 int _trans; local
1419 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].indic_category()) &&
1424 cs = _indic_syllable_machine_trans_targs[_trans];
1426 if ( _indic_syllable_machine_trans_actions[_trans] == 0 )
1429 switch ( _indic_syllable_machine_trans_actions[_trans] ) {
1553 _trans = _indic_syllable_machine_eof_trans[cs] - 1;

Completed in 47 milliseconds