Searched refs:theInfo (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Python/ |
D | dynload_win.c | 210 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/ |
D | numfmtst.cpp | 3121 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()
|