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

  /external/nist-sip/java/gov/nist/core/
ParserCore.java 43 static int nesting_level; field in class:ParserCore
102 for (int i = 0; i < nesting_level ; i++)
111 nesting_level++;
116 for (int i = 0; i < nesting_level ; i++)
126 nesting_level --;
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \
101 (nesting_level) == 1 ) ) != HB_Err_Ok )
harfbuzz-gsub.c 38 int nesting_level );
269 int nesting_level )
276 HB_UNUSED(nesting_level);
292 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
300 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
474 int nesting_level )
482 HB_UNUSED(nesting_level);
672 int nesting_level )
680 HB_UNUSED(nesting_level);
704 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
4127 const int nesting_level = 0; local
    [all...]
harfbuzz-gpos.c 56 int nesting_level );
1016 int nesting_level )
1023 HB_UNUSED(nesting_level);
5883 const int nesting_level = 0; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer-private.h 99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \
101 (nesting_level) == 1 ) ) != HB_Err_Ok )
harfbuzz-gsub.c 38 int nesting_level );
269 int nesting_level )
276 HB_UNUSED(nesting_level);
292 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
300 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
474 int nesting_level )
482 HB_UNUSED(nesting_level);
672 int nesting_level )
680 HB_UNUSED(nesting_level);
704 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
4127 const int nesting_level = 0; local
    [all...]
harfbuzz-gpos.c 56 int nesting_level );
1016 int nesting_level )
1023 HB_UNUSED(nesting_level);
5883 const int nesting_level = 0; local
    [all...]
  /external/chromium/base/
message_pump_mac.h 77 int nesting_level() const { return nesting_level_; } function in class:base::MessagePumpCFRunLoopBase
  /external/chromium_org/base/message_loop/
message_pump_mac.h 83 int nesting_level() const { return nesting_level_; } function in class:base::MessagePumpCFRunLoopBase

Completed in 119 milliseconds