Searched refs:curExt (Results 1 – 4 of 4) sorted by relevance
73 const char* curExt = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in isExtensionSupported() local75 if (extension == curExt) in isExtensionSupported()
593 pos.curExt = mCurExt; in getPosition()600 mCurExt = pos.curExt; in setPosition()607 int curExt; field in ResXMLParser.ResXMLPosition
2479 ExtensionListEntry *curExt = langtag->extensions; in ultag_close() local2480 while (curExt) { in ultag_close()2481 ExtensionListEntry *nextExt = curExt->next; in ultag_close()2482 uprv_free(curExt); in ultag_close()2483 curExt = nextExt; in ultag_close()
62 const char* curExt = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in isExtensionSupported() local64 if (extension == curExt) in isExtensionSupported()