Searched refs:ucsdet_open (Results 1 – 6 of 6) sorted by relevance
93 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction()126 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8()172 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16()235 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes()288 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter()352 ucsdet_open(&status); in TestChaining()393 UCharsetDetector *csd = ucsdet_open(&status); in TestBufferOverflow()478 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM424()556 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM420()
169 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in checkEncoding()258 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); in ConstructionTest()329 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test()369 UCharsetDetector *csd = ucsdet_open(&status); in UTF16Test()429 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest()497 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest()639 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test()729 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test()784 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test()833 UCharsetDetector *csd1 = ucsdet_open(&status); in Ticket6954Test()[all …]
51 csd = ucsdet_open(&status); in main()
73 ucsdet_open(UErrorCode *status);
32 ucsdet_open(UErrorCode *status) in ucsdet_open() function
776 #define ucsdet_open U_ICU_ENTRY_POINT_RENAME(ucsdet_open) macro