Home
last modified time | relevance | path

Searched refs:bom_max (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbistre.cpp609 const int bom_max = 4; in ReadIntoUtf8() local
610 memset(tmp,0,bom_max); in ReadIntoUtf8()
611 input.read(tmp,bom_max); in ReadIntoUtf8()
681 if (n == bom_max) { in ReadIntoUtf8()
728 const int bom_max = 4; in GetTextEncodingForm() local
729 char tmp[bom_max]; in GetTextEncodingForm()
730 memset(tmp, 0, bom_max); in GetTextEncodingForm()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbistre.cpp609 const int bom_max = 4; in ReadIntoUtf8() local
610 memset(tmp,0,bom_max); in ReadIntoUtf8()
611 input.read(tmp,bom_max); in ReadIntoUtf8()
681 if (n == bom_max) { in ReadIntoUtf8()
728 const int bom_max = 4; in GetTextEncodingForm() local
729 char tmp[bom_max]; in GetTextEncodingForm()
730 memset(tmp, 0, bom_max); in GetTextEncodingForm()