Searched refs:totalChars (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h68 int32_t totalChars=0; local
70 totalChars+= lines[i].len;
72 return totalChars;
137 int32_t totalChars=0; local
139 totalChars+= lines[i].len;
141 return totalChars;
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.h421 int totalChars; /* The total number of UTF-8 characters member in struct:GetsState
H A DtclIO.c4122 gs.totalChars = 0;
4329 copiedTotal = gs.totalChars + gs.charsWrote - skip;
4707 gsPtr->totalChars += gsPtr->charsWrote;
4912 gsPtr->totalChars += gsPtr->charsWrote;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIO.h415 int totalChars; /* The total number of UTF-8 characters member in struct:GetsState
H A DtclIO.c3698 gs.totalChars = 0;
3896 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3998 gsPtr->totalChars += gsPtr->charsWrote;
4198 gsPtr->totalChars += gsPtr->charsWrote;
/macosx-10.10/ICU-531.30/icuSources/test/perf/collationperf/
H A Dcollperf.cpp434 int totalChars = 0; local
436 totalChars += u_strlen(gFileLines[line].name);
449 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars);
451 printf("%f, ", (float)totalKeyLen / (float)totalChars);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c365 int totalChars; /* The total number of UTF-8 characters member in struct:GetsState
3234 gs.totalChars = 0;
3431 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3532 gsPtr->totalChars += gsPtr->charsWrote;
3724 gsPtr->totalChars += gsPtr->charsWrote;
H A DtclIO.c.orig343 int totalChars; /* The total number of UTF-8 characters
2910 gs.totalChars = 0;
3107 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3208 gsPtr->totalChars += gsPtr->charsWrote;
3400 gsPtr->totalChars += gsPtr->charsWrote;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c365 int totalChars; /* The total number of UTF-8 characters member in struct:GetsState
3234 gs.totalChars = 0;
3431 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3532 gsPtr->totalChars += gsPtr->charsWrote;
3724 gsPtr->totalChars += gsPtr->charsWrote;
H A DtclIO.c.orig343 int totalChars; /* The total number of UTF-8 characters
2910 gs.totalChars = 0;
3107 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3208 gsPtr->totalChars += gsPtr->charsWrote;
3400 gsPtr->totalChars += gsPtr->charsWrote;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig342 int totalChars; /* The total number of UTF-8 characters
2905 gs.totalChars = 0;
3101 return gs.totalChars + gs.charsWrote - skip;
3192 gsPtr->totalChars += gsPtr->charsWrote;
3384 gsPtr->totalChars += gsPtr->charsWrote;
H A DtclIO.c355 int totalChars; /* The total number of UTF-8 characters member in struct:GetsState
3169 gs.totalChars = 0;
3365 return gs.totalChars + gs.charsWrote - skip;
3456 gsPtr->totalChars += gsPtr->charsWrote;
3648 gsPtr->totalChars += gsPtr->charsWrote;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig343 int totalChars; /* The total number of UTF-8 characters
2910 gs.totalChars = 0;
3107 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3208 gsPtr->totalChars += gsPtr->charsWrote;
3400 gsPtr->totalChars += gsPtr->charsWrote;
H A DtclIO.c369 int totalChars; /* The total number of UTF-8 characters member in struct:GetsState
3252 gs.totalChars = 0;
3449 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3550 gsPtr->totalChars += gsPtr->charsWrote;
3742 gsPtr->totalChars += gsPtr->charsWrote;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig343 int totalChars; /* The total number of UTF-8 characters
2910 gs.totalChars = 0;
3107 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3208 gsPtr->totalChars += gsPtr->charsWrote;
3400 gsPtr->totalChars += gsPtr->charsWrote;
H A DtclIO.c369 int totalChars; /* The total number of UTF-8 characters member in struct:GetsState
3252 gs.totalChars = 0;
3449 copiedTotal = gs.totalChars + gs.charsWrote - skip;
3550 gsPtr->totalChars += gsPtr->charsWrote;
3742 gsPtr->totalChars += gsPtr->charsWrote;

Completed in 575 milliseconds