Searched defs:standardForm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvtst.c691 UChar *standardForm = (UChar*)malloc(MAX_LENGTH*sizeof(UChar)); local
704 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
708 if(!convertFromU(standardForm, offset16,
713 standardForm, offset16, "UTF8", 0, TRUE, U_ZERO_ERROR )) {
718 free(standardForm);
761 UChar *standardForm = (UChar*)malloc(MAX_LENGTH*sizeof(UChar)); local
774 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
778 if(!convertFromU(standardForm, offset16,
783 standardForm, offset16, "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
787 free(standardForm);
[all...]
/external/icu4c/test/cintltst/
H A Dncnvtst.c709 UChar *standardForm = (UChar*)malloc(MAX_LENGTH*sizeof(UChar)); local
722 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
726 if(!convertFromU(standardForm, offset16,
731 standardForm, offset16, "UTF8", 0, TRUE, U_ZERO_ERROR )) {
736 free(standardForm);
779 UChar *standardForm = (UChar*)malloc(MAX_LENGTH*sizeof(UChar)); local
792 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
796 if(!convertFromU(standardForm, offset16,
801 standardForm, offset16, "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
805 free(standardForm);
[all...]

Completed in 66 milliseconds