Lines Matching refs:strLen
591 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
646 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
673 int32_t srcPathLen = (int32_t)strlen(sourcePath);
675 int32_t deltaPathLen = (int32_t)strlen(deltaPath);
685 int32_t strLen =0;
686 const UChar* str = tres_getString(theBundle, -1, "testincludeUTF",&strLen,&status);
688 path[strlen("riwords.txt")]=0;
700 if(strLen != len ){
701 log_err("Did not get the expected len for riwords. Expected: %i , Got: %i\n", len ,strLen);
704 if(u_strlen(str) != strLen || str[strLen]!= 0 ){
707 if(u_strncmp(str, buffer,strLen)!=0){
722 int32_t strLen =0;
723 const UChar* str = tres_getString(theBundle, -1, "testinclude",&strLen,&status);
725 path[strlen("translit_rules.txt")]=0;
738 if(strLen != len ){
739 log_err("Did not get the expected len for translit_rules. Expected: %i , Got: %i\n", len ,strLen);
741 if(u_strncmp(str, buffer,strLen)!=0){
1007 len =(int32_t)strlen(testdatapath);
1010 u_charsToUChars(testdatapath, utestdatapath, (int32_t)strlen(testdatapath)+1);
1169 len = (int32_t)strlen(testdatapath);
1685 base=(UChar*)malloc(sizeof(UChar)*(strlen(NAME[j]) + 1));
2118 int32_t strLen = 0, seqLen = 0;/*, binLen = 0, binSeqLen = 0;*/
2170 string = tres_getString(tb, -1, NULL, &strLen, &status);
2172 if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2176 string = tres_getString(aliasB, -1, "referencingalias", &strLen, &status);
2177 if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2186 string = tres_getString(tb, -1, NULL, &strLen, &status);
2191 } else if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2222 string = tres_getString(tb, -1, NULL, &strLen, &status);
2224 if(U_FAILURE(status) || seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2232 string = tres_getString(tb, -1, NULL, &strLen, &status);
2237 if(U_FAILURE(status) || seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2746 u_charsToUChars(expects[i], expected, strlen(expects[i])+1);