Searched refs:sKey (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_globalvariablearray.cpp | 22 pNewObjData->sKey = pOldObjData->sKey; in Copy() 29 pNewObjData->sKey = pOldObjData->sKey; in Copy() 36 pNewObjData->sKey = pOldObjData->sKey; in Copy() 43 pNewObjData->sKey = pOldObjData->sKey; in Copy() 50 pNewObjData->sKey = pOldObjData->sKey; in Copy()
|
D | cjs_global.cpp | 370 SetGlobalVariables(pData->data.sKey, JS_GlobalDataType::NUMBER, in UpdateGlobalPersistentVariables() 374 pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables() 378 SetGlobalVariables(pData->data.sKey, JS_GlobalDataType::BOOLEAN, 0, in UpdateGlobalPersistentVariables() 382 m_pJSObject->ToV8Object(), pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables() 386 SetGlobalVariables(pData->data.sKey, JS_GlobalDataType::STRING, 0, in UpdateGlobalPersistentVariables() 390 m_pJSObject->ToV8Object(), pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables() 397 SetGlobalVariables(pData->data.sKey, JS_GlobalDataType::OBJECT, 0, in UpdateGlobalPersistentVariables() 400 pData->data.sKey.UTF8Decode(), pObj); in UpdateGlobalPersistentVariables() 404 SetGlobalVariables(pData->data.sKey, JS_GlobalDataType::NULLOBJ, 0, in UpdateGlobalPersistentVariables() 408 pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables() [all …]
|
D | cjs_globaldata.cpp | 74 if ((*it)->data.sKey == propname) in FindGlobalVariable() 84 if ((*it)->data.sKey == propname) in FindGlobalVariable() 108 pNewData->data.sKey = sPropName; in SetGlobalVariableNumber() 126 pNewData->data.sKey = sPropName; in SetGlobalVariableBoolean() 144 pNewData->data.sKey = sPropName; in SetGlobalVariableString() 163 pNewData->data.sKey = sPropName; in SetGlobalVariableObject() 179 pNewData->data.sKey = sPropName; in SetGlobalVariableNull() 317 MakeByteString(pElement->data.sKey, &pElement->data, sElement); in SaveGlobalPersisitentVariables()
|
D | cjs_keyvalue.h | 20 ByteString sKey; variable
|
/external/antlr/runtime/C/src/ |
D | antlr3collections.c | 238 if (entry->keybase.type == ANTLR3_HASH_TYPE_STR && entry->keybase.key.sKey != NULL) in antlr3HashFree() 240 ANTLR3_FREE(entry->keybase.key.sKey); in antlr3HashFree() 359 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0) in antlr3HashRemove() 371 ANTLR3_FREE(entry->keybase.key.sKey); in antlr3HashRemove() 373 entry->keybase.key.sKey = NULL; in antlr3HashRemove() 505 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0) in antlr3HashGet() 624 if (strcmp((const char*) key, (const char *)(*newPointer)->keybase.key.sKey) == 0) in antlr3HashPut() 652 entry->keybase.key.sKey = ANTLR3_STRDUP(key); /* Record the key value */ in antlr3HashPut() 656 … entry->keybase.key.sKey = (pANTLR3_UINT8)key; /* Record the key value */ in antlr3HashPut()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_flatten.cpp | 305 ByteString sKey = ByteString::Format("FFT%d", i); in FPDFPage_Flatten() local 306 if (!pPageXObject->KeyExist(sKey)) { in FPDFPage_Flatten() 307 key = sKey; in FPDFPage_Flatten()
|
/external/antlr/runtime/C/include/ |
D | antlr3collections.h | 49 pANTLR3_UINT8 sKey; /**< Used if type is ANTLR3_HASH_TYPE_STR */ member
|