HomeSort by relevance Sort by last modified time
    Searched defs:_trans (Results 1 - 11 of 11) 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 1599 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 407 int _trans; local
427 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].use_category()) &&
432 cs = _use_syllable_machine_trans_targs[_trans];
434 if ( _use_syllable_machine_trans_actions[_trans] == 0 )
437 switch ( _use_syllable_machine_trans_actions[_trans] ) {
534 _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...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
JsonReader.java 104 int _trans = 0; local
126 _trans = _json_index_offsets[cs];
141 _trans += (_mid - _keys);
146 _trans += _klen;
163 _trans += ((_mid - _keys) >> 1);
167 _trans += _klen;
171 _trans = _json_indicies[_trans];
172 cs = _json_trans_targs[_trans];
174 if (_json_trans_actions[_trans] != 0) {
    [all...]
XmlReader.java 102 int _trans = 0; local
124 _trans = _xml_index_offsets[cs];
139 _trans += (_mid - _keys);
144 _trans += _klen;
161 _trans += ((_mid - _keys) >> 1);
165 _trans += _klen;
169 _trans = _xml_indicies[_trans];
170 cs = _xml_trans_targs[_trans];
172 if (_xml_trans_actions[_trans] != 0) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 3489 static void _trans(Transliterator& t, const UnicodeString& src, function
3495 static void _trans(const UnicodeString& id, const UnicodeString& src, function
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 774 milliseconds