Home
last modified time | relevance | path

Searched refs:lengthUTF8 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Dcomformat.c146 int lengthUTF8; /* Counted UTF-8 sequences. */ in strlen_utf8() local
150 for(i=0, lengthUTF8=0; i<lengthBytes; i++, lengthUTF8++){ in strlen_utf8()
164 return lengthUTF8; in strlen_utf8()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DGSString.m83 lengthUTF8(const uint8_t *p, unsigned l, BOOL *ascii, BOOL *latin1) function
5831 /* If the string contains bad (non-utf8) data, the lengthUTF8() function
5841 lengthUTF8((const uint8_t*)nxcsptr, nxcslen, &ascii, 0);
5848 lengthUTF8((const uint8_t*)nxcsptr, nxcslen, 0, &latin1);
5854 lengthUTF8((const uint8_t*)nxcsptr, nxcslen, 0, 0);
5886 length = lengthUTF8((const uint8_t*)nxcsptr, nxcslen, &ascii, &latin1);
5892 * lengthUTF8().
6175 return lengthUTF8((const uint8_t*)nxcsptr, nxcslen, 0, 0);
6193 index = lengthUTF8((const uint8_t*)nxcsptr, nxcslen, &ascii, 0);
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog1313 * Source/GSString.m (lengthUTF8):