Searched defs:uc (Results 1 – 5 of 5) sorted by relevance
102 #define IS_HIGH_SURROGATE(uc) (((uc) & 0xFC00) == 0xD800) argument103 #define IS_LOW_SURROGATE(uc) (((uc) & 0xFC00) == 0xDC00) argument
57 TIntermTyped *uc, in TransformXMajor()109 TIntermTyped *uc, in TransformYMajor()160 TIntermTyped *uc, in TransformZMajor()586 TIntermSymbol *uc = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() local
62 unw_context_t uc; in addToGroup() local