HomeSort by relevance Sort by last modified time
    Searched refs:nest_level (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/third_party/symbolize/
demangle.cc 147 int nest_level; // For nested names. member in struct:__anon2450
183 state->nest_level = -1;
307 state->nest_level = 0;
313 state->nest_level = prev_value;
331 if (state->nest_level > -1) {
332 ++state->nest_level;
338 if (state->nest_level >= 1) {
345 if (state->nest_level >= 1 && state->append &&
514 LeaveNestedName(state, copy.nest_level) &&
686 LeaveNestedName(state, copy.nest_level)) {
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 372 void debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level);
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 688 void MatrixSearch::debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level) {
693 if (1 == nest_level) {
697 debug_print_dmi(dmi->dmi_fr, nest_level + 1);
704 if (1 == nest_level) {
    [all...]

Completed in 340 milliseconds