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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c2760 #define SIG_MAX_LEN 5 macro
2769 /* initial 0xa5 bytes: make sure that if we read <SIG_MAX_LEN
2772 char start[SIG_MAX_LEN]={ '\xa5', '\xa5', '\xa5', '\xa5', '\xa5' };
2793 while(i<sourceLength&& i<SIG_MAX_LEN){
/external/icu/icu4c/source/common/
H A Ducnv.c2760 #define SIG_MAX_LEN 5 macro
2769 /* initial 0xa5 bytes: make sure that if we read <SIG_MAX_LEN
2772 char start[SIG_MAX_LEN]={ '\xa5', '\xa5', '\xa5', '\xa5', '\xa5' };
2793 while(i<sourceLength&& i<SIG_MAX_LEN){

Completed in 129 milliseconds