Searched defs:OUTPUT_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp72 static FILE *OUTPUT_; variable
298 fprintf(OUTPUT_, "%s = ", ATTRIBUTE_NAME_[count].name);
312 fprintf(OUTPUT_, "%s\n", ATTRIBUTE_VALUE_[count].name);
337 fprintf(OUTPUT_, "NORMALIZATION MODE = %s\n",
352 fprintf(OUTPUT_, "# This file contains the serialized collation elements\n");
353 fprintf(OUTPUT_, "# as of the collation version indicated below.\n");
354 fprintf(OUTPUT_, "# Data format: xxxx xxxx..; [yyyy, yy, yy] [yyyy, yy, yy] ... [yyyy, yy, yy] [zz zz..\n");
355 fprintf(OUTPUT_, "# where xxxx are codepoints in hexadecimals,\n");
356 fprintf(OUTPUT_, "# yyyyyyyy are the corresponding\n");
357 fprintf(OUTPUT_, "# collatio
[all...]
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp72 static FILE *OUTPUT_; variable
298 fprintf(OUTPUT_, "%s = ", ATTRIBUTE_NAME_[count].name);
312 fprintf(OUTPUT_, "%s\n", ATTRIBUTE_VALUE_[count].name);
337 fprintf(OUTPUT_, "NORMALIZATION MODE = %s\n",
352 fprintf(OUTPUT_, "# This file contains the serialized collation elements\n");
353 fprintf(OUTPUT_, "# as of the collation version indicated below.\n");
354 fprintf(OUTPUT_, "# Data format: xxxx xxxx..; [yyyy, yy, yy] [yyyy, yy, yy] ... [yyyy, yy, yy] [zz zz..\n");
355 fprintf(OUTPUT_, "# where xxxx are codepoints in hexadecimals,\n");
356 fprintf(OUTPUT_, "# yyyyyyyy are the corresponding\n");
357 fprintf(OUTPUT_, "# collatio
[all...]

Completed in 319 milliseconds