Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp39 #define CONTEXT_LEN 20 macro
227 char context[CONTEXT_LEN+1]; in ucbuf_fillucbuf()
228 char preContext[CONTEXT_LEN+1]; in ucbuf_fillucbuf()
229 char postContext[CONTEXT_LEN+1]; in ucbuf_fillucbuf()
230 int8_t len = CONTEXT_LEN; in ucbuf_fillucbuf()
251 start = (pos <=CONTEXT_LEN)? 0 : (pos - (CONTEXT_LEN-1)); in ucbuf_fillucbuf()
260 …stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-… in ucbuf_fillucbuf()
422 char context[CONTEXT_LEN+1]; in ucbuf_getcx32()
423 int32_t len = CONTEXT_LEN; in ucbuf_getcx32()