Searched refs:theInfo (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Python/ |
D | dynload_win.c | 208 char theInfo[256]; /* Pointer to error text local 220 (LPTSTR) theInfo, /* the buffer */ 221 sizeof(theInfo), /* the buffer size */ 235 theInfo[theLength-2] == '\r' && 236 theInfo[theLength-1] == '\n') { 238 theInfo[theLength] = '\0'; 242 strncpy(errBuf+len, theInfo,
|
/external/python/cpython3/Python/ |
D | dynload_win.c | 204 wchar_t theInfo[256]; /* Pointer to error text local 218 theInfo, /* the buffer */ 219 sizeof(theInfo) / sizeof(wchar_t), /* size in wchars */ 232 theInfo[theLength-2] == '\r' && 233 theInfo[theLength-1] == '\n') { 235 theInfo[theLength] = '\0'; 242 theInfo,
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 3120 char theInfo[100]; in expectParseCurrency() local 3121 sprintf(theInfo, "For locale %s, string \"%s\", currency ", in expectParseCurrency() 3124 u_austrcpy(theInfo+uprv_strlen(theInfo), currency); in expectParseCurrency() 3128 uprv_strcpy(theOperation, theInfo); in expectParseCurrency() 3132 uprv_strcpy(theOperation, theInfo); in expectParseCurrency()
|