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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
unewdata.c 39 uint16_t headerSize, commentLength;
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/icu/icu4c/source/tools/toolutil/
unewdata.c 39 uint16_t headerSize, commentLength;
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 717 milliseconds