Searched refs:firstValue (Results 1 – 16 of 16) sorted by relevance
24 extern int firstValue;48 firstValue = 1; in _plat__GetEntropy()54 if(firstValue) in _plat__GetEntropy()55 firstValue = 0; in _plat__GetEntropy()
32 int firstValue; variable
39 extern int firstValue;
6 <value>firstValue</value>
251 UnicodeString firstValue; in TestTooFewArgumentValues() local252 UnicodeString *params[] = {&firstValue}; in TestTooFewArgumentValues()255 firstValue, appendTo, status); in TestTooFewArgumentValues()
829 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local833 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()843 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()847 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
676 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local680 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
707 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local711 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()721 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst()725 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
578 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local583 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
706 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local710 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()720 firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst()724 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
577 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local582 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) || in checkFirst()
1587 UBool firstValue = TRUE; in _appendKeywords() local1591 if (firstValue) { in _appendKeywords()1594 firstValue = FALSE; in _appendKeywords()1666 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local1687 if (firstValue) { in _appendPrivateuseToLanguageTag()1706 if (firstValue) { in _appendPrivateuseToLanguageTag()1725 firstValue = FALSE; in _appendPrivateuseToLanguageTag()
616 String firstValue = dcRightsArray.getChild(1).getValue(); in migrateAudioCopyright() local618 firstValue, null); in migrateAudioCopyright()
402 CFXJSE_Value* firstValue,
5938 CFXJSE_Value* firstValue, in simpleValueCompare() argument5940 if (!firstValue) in simpleValueCompare()5943 if (firstValue->IsString()) { in simpleValueCompare()5945 ValueToUTF8String(firstValue, firstString); in simpleValueCompare()5949 if (firstValue->IsNumber()) { in simpleValueCompare()5950 FX_FLOAT first = ValueToFloat(pThis, firstValue); in simpleValueCompare()5954 if (firstValue->IsBoolean()) in simpleValueCompare()5955 return (firstValue->ToBoolean() == secondValue->ToBoolean()); in simpleValueCompare()5957 return firstValue->IsNull() && secondValue && secondValue->IsNull(); in simpleValueCompare()
608 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind()