Home
last modified time | relevance | path

Searched refs:sKey (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/
Dcjs_globalvariablearray.cpp22 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()
Dcjs_global.cpp370 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 …]
Dcjs_globaldata.cpp74 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()
Dcjs_keyvalue.h20 ByteString sKey; variable
/external/antlr/runtime/C/src/
Dantlr3collections.c238 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/
Dfpdf_flatten.cpp305 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/
Dantlr3collections.h49 pANTLR3_UINT8 sKey; /**< Used if type is ANTLR3_HASH_TYPE_STR */ member