Searched refs:nloc (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dsvccoll.cpp187 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local
188 if (nloc != fu_FU) {
189 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompile.c933 envPtr->extCmdMapPtr->nloc = 0;
2571 if (eclPtr->nuloc >= eclPtr->nloc) {
2578 size_t currElems = eclPtr->nloc;
2583 eclPtr->nloc = newElems;
H A DtclCompile.h150 int nloc; /* Number of allocated entries in 'loc'. */
149 int nloc; /* Number of allocated entries in 'loc'. */ member in struct:ExtCmdLoc
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCompile.c846 envPtr->extCmdMapPtr->nloc = 0;
2648 if (eclPtr->nuloc >= eclPtr->nloc) {
2655 size_t currElems = eclPtr->nloc;
2673 eclPtr->nloc = newElems;
H A DtclCompile.h149 int nloc; /* Number of allocated entries in 'loc' */ member in struct:ExtCmdLoc

Completed in 192 milliseconds