Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/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()
/third_party/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()
/third_party/skia/third_party/externals/icu/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()