Home
last modified time | relevance | path

Searched refs:msgLength (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dmessagepattern.cpp1006 int32_t msgLength=msg.length(); in skipWhiteSpace() local
1007 const UChar *t=PatternProps::skipWhiteSpace(s+index, msgLength-index); in skipWhiteSpace()
1014 int32_t msgLength=msg.length(); in skipIdentifier() local
1015 const UChar *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()
1021 int32_t msgLength=msg.length(); in skipDouble() local
1022 while(index<msgLength) { in skipDouble()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_emit.c1177 GLuint msgLength; in emit_txb() local
1229 msgLength = 2 + 4 * mrf_per_channel - 1; in emit_txb()
1240 msgLength, in emit_txb()