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

  /external/chromium_org/third_party/icu/source/samples/uresb/
uresb.c 51 static int32_t truncsize = URESB_DEFAULTTRUNC; variable
133 truncsize = atoi(options[5].value); /* user defined printable size */
135 truncsize = URESB_DEFAULTTRUNC; /* we'll use default omitting size */
234 if(trunc && len > truncsize) {
236 u_fprintf(out, "// WARNING: this string, size %d is truncated to %d\n", len, truncsize/2);
237 len = truncsize/2;
269 if(trunc && len > truncsize) {
271 u_fprintf(out, "// WARNING: this resource, size %li is truncated to %li\n", len, truncsize/2);
272 len = truncsize/2;
  /external/icu/icu4c/source/samples/uresb/
uresb.c 51 static int32_t truncsize = URESB_DEFAULTTRUNC; variable
133 truncsize = atoi(options[5].value); /* user defined printable size */
135 truncsize = URESB_DEFAULTTRUNC; /* we'll use default omitting size */
234 if(trunc && len > truncsize) {
236 u_fprintf(out, "// WARNING: this string, size %d is truncated to %d\n", len, truncsize/2);
237 len = truncsize/2;
269 if(trunc && len > truncsize) {
271 u_fprintf(out, "// WARNING: this resource, size %li is truncated to %li\n", len, truncsize/2);
272 len = truncsize/2;
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 37 static int32_t truncsize = DERB_DEFAULT_TRUNC; variable
143 truncsize = atoi(options[4].value); /* user defined printable size */
145 truncsize = DERB_DEFAULT_TRUNC; /* we'll use default omitting size */
418 if(opt_truncate && len > truncsize) {
422 (long)len, (long)truncsize/2);
424 len = truncsize;
462 if(opt_truncate && len > truncsize) {
466 (long)len, (long)(truncsize/2));
468 len = truncsize/2;
521 if(opt_truncate && len > truncsize) {
    [all...]
  /external/icu/icu4c/source/tools/genrb/
derb.c 37 static int32_t truncsize = DERB_DEFAULT_TRUNC; variable
143 truncsize = atoi(options[4].value); /* user defined printable size */
145 truncsize = DERB_DEFAULT_TRUNC; /* we'll use default omitting size */
418 if(opt_truncate && len > truncsize) {
422 (long)len, (long)truncsize/2);
424 len = truncsize;
462 if(opt_truncate && len > truncsize) {
466 (long)len, (long)(truncsize/2));
468 len = truncsize/2;
521 if(opt_truncate && len > truncsize) {
    [all...]

Completed in 126 milliseconds