Searched refs:theInfo (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Python/ |
H A D | dynload_win.c | 267 wchar_t theInfo[256]; /* Pointer to error text local 281 theInfo, /* the buffer */ 282 sizeof(theInfo) / sizeof(wchar_t), /* size in wchars */ 295 theInfo[theLength-2] == '\r' && 296 theInfo[theLength-1] == '\n') { 298 theInfo[theLength] = '\0'; 305 theInfo,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 3125 char theInfo[100]; in expectParseCurrency() local 3126 sprintf(theInfo, "For locale %s, string \"%s\", currency ", in expectParseCurrency() 3129 u_austrcpy(theInfo+uprv_strlen(theInfo), currency); in expectParseCurrency() 3133 uprv_strcpy(theOperation, theInfo); in expectParseCurrency() 3137 uprv_strcpy(theOperation, theInfo); in expectParseCurrency()
|
Completed in 13 milliseconds