Searched refs:resourceString (Results 1 – 2 of 2) sorted by relevance
1121 let resourceString: string = getContext().resourceManager.getStringSync(resourceId);1122 if (resourceString === '') {1125 return resourceString;
1856 std::string resourceString; in ParseJsLengthResourceToInt() local1865 … if (resourceManager->GetStringById(resId, resourceString) == Global::Resource::SUCCESS) { in ParseJsLengthResourceToInt()1866 return NapiParseUtils::ParseJsLengthStringToInt(resourceString, type, result); in ParseJsLengthResourceToInt()