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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c4843 char get_subchars [1]; local
4848 int8_t len = sizeof(get_subchars);
4875 ucnv_getSubstChars (cnv1, get_subchars, &len, &errorCode);
4882 if (get_subchars[0] != expected_subchars[0]){
4889 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode);
4896 if (get_subchars[0] != new_subchars[0]){
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c4848 char get_subchars [1]; local
4853 int8_t len = sizeof(get_subchars);
4880 ucnv_getSubstChars (cnv1, get_subchars, &len, &errorCode);
4887 if (get_subchars[0] != expected_subchars[0]){
4894 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode);
4901 if (get_subchars[0] != new_subchars[0]){

Completed in 69 milliseconds