Searched refs:commentLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dunewdata.c39 uint16_t headerSize, commentLength; local
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
111 headerSize+=commentLength;
113 commentLength=0;
126 if(commentLength>0) {
127 T_FileStream_write(pData->file, comment, commentLength);
/external/icu4c/tools/toolutil/
H A Dunewdata.c39 uint16_t headerSize, commentLength; local
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
111 headerSize+=commentLength;
113 commentLength=0;
126 if(commentLength>0) {
127 T_FileStream_write(pData->file, comment, commentLength);

Completed in 1866 milliseconds