Home
last modified time | relevance | path

Searched refs:theInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Ddynload_win.c210 wchar_t theInfo[256]; /* Pointer to error text local
224 theInfo, /* the buffer */
225 sizeof(theInfo) / sizeof(wchar_t), /* size in wchars */
238 theInfo[theLength-2] == '\r' &&
239 theInfo[theLength-1] == '\n') {
241 theInfo[theLength] = '\0';
248 theInfo,
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3121 char theInfo[100]; in expectParseCurrency() local
3122 sprintf(theInfo, "For locale %s, string \"%s\", currency ", in expectParseCurrency()
3125 u_austrcpy(theInfo+uprv_strlen(theInfo), currency); in expectParseCurrency()
3129 uprv_strcpy(theOperation, theInfo); in expectParseCurrency()
3133 uprv_strcpy(theOperation, theInfo); in expectParseCurrency()