OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTPUT_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp
72
static FILE *
OUTPUT_
;
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_
, "# collation elements in hexadecimals\n")
[
all
...]
/external/icu4c/tools/dumpce/
dumpce.cpp
72
static FILE *
OUTPUT_
;
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_
, "# collation elements in hexadecimals\n")
[
all
...]
Completed in 557 milliseconds