Searched refs:tchar (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/tools/pkgdata/ |
D | make.c | 281 const char *tchar; in pkg_mak_writeObjRules() local 333 if((tchar=uprv_strchr(baseName, '/'))) { in pkg_mak_writeObjRules() 335 strncpy(tree+1,baseName,tchar-baseName); in pkg_mak_writeObjRules() 336 tree[tchar-baseName+1]=0; in pkg_mak_writeObjRules()
|
/external/expat/bcb5/ |
D | README.txt | 56 function is called "wmain". The tchar macros are an interesting way to 59 XML_UNICODE_WCHAR_T will bring in the unicode versions of the tchar macros. 61 tchar macros which are switched on and off by the XML_UNICODE macro, which
|
/external/tesseract/liblept/ |
D | parseprotos.c | 60 static l_int32 getOffsetForCharacter(SARRAY *sa, l_int32 start, char tchar, 772 char tchar, in getOffsetForCharacter() argument 803 if (str[j] == tchar) { in getOffsetForCharacter()
|
/external/icu4c/i18n/ |
D | ucol.cpp | 2319 tchar; in getDiscontiguous() local 2350 while (schar > (tchar = *UCharOffset)) { in getDiscontiguous() 2354 if (schar != tchar) { in getDiscontiguous() 2697 UChar schar, tchar; in ucol_prv_getSpecialCE() local 2717 …while(schar > (tchar = *UCharOffset)) { /* since the contraction codepoints should be ordered, we … in ucol_prv_getSpecialCE() 2721 if (schar == tchar) { in ucol_prv_getSpecialCE() 2761 UChar schar, tchar; in ucol_prv_getSpecialCE() local 2789 …while(schar > (tchar = *UCharOffset)) { /* since the contraction codepoints should be ordered, we … in ucol_prv_getSpecialCE() 2793 if (schar == tchar) { in ucol_prv_getSpecialCE() 3303 UChar schar, tchar; in ucol_prv_getSpecialPrevCE() local [all …]
|