Searched refs:CONTEXT_LEN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c36 #define CONTEXT_LEN 20 macro
224 char context[CONTEXT_LEN+1];
225 char preContext[CONTEXT_LEN+1];
226 char postContext[CONTEXT_LEN+1];
227 int8_t len = CONTEXT_LEN;
248 start = (pos <=CONTEXT_LEN)? 0 : (pos - (CONTEXT_LEN-1));
257 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf));
420 char context[CONTEXT_LEN
[all...]
/external/icu4c/tools/toolutil/
H A Ducbuf.c37 #define CONTEXT_LEN 20 macro
225 char context[CONTEXT_LEN+1];
226 char preContext[CONTEXT_LEN+1];
227 char postContext[CONTEXT_LEN+1];
228 int8_t len = CONTEXT_LEN;
249 start = (pos <=CONTEXT_LEN)? 0 : (pos - (CONTEXT_LEN-1));
258 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf));
421 char context[CONTEXT_LEN
[all...]

Completed in 190 milliseconds