Searched refs:topLevel (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dreldatefmt.cpp214 LocalUResourceBundlePointer topLevel(
221 topLevel.getAlias(), "future", NULL, &status));
230 topLevel.getAlias(), "past", NULL, &status));
245 LocalUResourceBundlePointer topLevel(
250 initRelativeUnit(topLevel.getAlias(), relativeUnit, status);
259 LocalUResourceBundlePointer topLevel(
264 initRelativeUnit(topLevel.getAlias(), relativeUnit, status);
266 if (!getStringWithFallback(topLevel.getAlias(), "dn", unitName, status)) {
271 topLevel.getAlias(), ULOC_ACTUAL_LOCALE, &status);
281 topLevel
[all...]
H A Dmeasfmt.cpp308 LocalUResourceBundlePointer topLevel(ures_open(NULL, localeId, &status));
320 topLevel.getAlias(),
326 topLevel.getAlias(), status));
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXcmdloop.c47 int topLevel,
181 * o topLevel (I) - If TRUE, output the top level prompt (tcl_prompt1).
191 OutputPrompt (interp, topLevel, prompt1, prompt2)
193 int topLevel;
219 if (topLevel) {
257 Tcl_Write (stdoutChan, topLevel ? "%" : ">", 1);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp150 OSSet * topLevel; local
154 topLevel = OSDynamicCast( OSSet, getProperty("top-level"));
156 if( topLevel) {
158 topLevel->getAnyObject()))) {
160 topLevel->removeObject( dict );
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemas.c5164 xmlNodePtr node, int topLevel)
5182 if (topLevel)
5327 xmlNodePtr node, int topLevel)
5345 if (topLevel)
5369 xmlNodePtr node, int topLevel)
5386 if (topLevel) {
6220 int topLevel);
6225 int topLevel);
8445 * @topLevel: indicates if this is global declaration
8455 xmlNodePtr node, int *isElemRef, int topLevel)
5162 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5325 xmlSchemaAddElement(xmlSchemaParserCtxtPtr ctxt, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5366 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
8454 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int *isElemRef, int topLevel) argument
9132 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int topLevel) argument
12101 xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int topLevel) argument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c5145 xmlNodePtr node, int topLevel)
5163 if (topLevel)
5308 xmlNodePtr node, int topLevel)
5326 if (topLevel)
5350 xmlNodePtr node, int topLevel)
5367 if (topLevel) {
6201 int topLevel);
6206 int topLevel);
8426 * @topLevel: indicates if this is global declaration
8436 xmlNodePtr node, int *isElemRef, int topLevel)
5143 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5306 xmlSchemaAddElement(xmlSchemaParserCtxtPtr ctxt, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5347 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
8435 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int *isElemRef, int topLevel) argument
9113 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int topLevel) argument
12082 xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int topLevel) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c2324 int topLevel = csc->currentFramePtr ? Tcl_CallFrame_level(csc->currentFramePtr) : 0; local
2341 if (csc->currentFramePtr && Tcl_CallFrame_level(csc->currentFramePtr) < topLevel) {
2346 /* for some reasons, we could not find invocation (topLevel, destroy) */
2360 /* for some reasons, we could not find invocation (topLevel, destroy) */

Completed in 286 milliseconds