Home
last modified time | relevance | path

Searched refs:theValue (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/Semproc/src/
DSemanticResultImpl.c107 LCHAR* theValue; in SR_SemanticResult_GetValue() local
110 CHKLOG(rc, impl->results->get(impl->results, key, (void **)&theValue)); in SR_SemanticResult_GetValue()
111 if (LSTRLEN(theValue) + 1 > *len) in SR_SemanticResult_GetValue()
113 *len = LSTRLEN(theValue) + 1; in SR_SemanticResult_GetValue()
114 PLogError(L("ESR_BUFFER_OVERFLOW, requires len>=%d"), LSTRLEN(theValue) + 1); in SR_SemanticResult_GetValue()
117 LSTRCPY(value, theValue); in SR_SemanticResult_GetValue()
/external/chromium/third_party/icu/source/tools/genuca/
Dgenuca.cpp436 unsigned int theValue; in readAnElement() local
511 if(sscanf(buffer+vtLen, "%4x", &theValue) != 1) /* read first code point */ in readAnElement()
515 *(vt[cnt].what) = (UChar)theValue; in readAnElement()
596 if(sscanf(buffer, "%4x", &theValue) != 1) /* read first code point */ in readAnElement()
600 element->cPoints[0] = (UChar)theValue; in readAnElement()
609 element->prefixChars[0] = (UChar)theValue; in readAnElement()
612 sscanf(dashPointer+1, "%4x", &theValue); in readAnElement()
613 element->cPoints[0] = (UChar)theValue; in readAnElement()
621 sscanf(spacePointer+1, "%4x", &theValue); in readAnElement()
622 element->cPoints[i++] = (UChar)theValue; in readAnElement()
/external/icu4c/tools/genuca/
Dgenuca.cpp436 unsigned int theValue; in readAnElement() local
511 if(sscanf(buffer+vtLen, "%4x", &theValue) != 1) /* read first code point */ in readAnElement()
515 *(vt[cnt].what) = (UChar)theValue; in readAnElement()
597 if(sscanf(buffer, "%4x", &theValue) != 1) /* read first code point */ in readAnElement()
601 element->cPoints[0] = (UChar)theValue; in readAnElement()
610 element->prefixChars[0] = (UChar)theValue; in readAnElement()
613 sscanf(dashPointer+1, "%4x", &theValue); in readAnElement()
614 element->cPoints[0] = (UChar)theValue; in readAnElement()
622 sscanf(spacePointer+1, "%4x", &theValue); in readAnElement()
623 element->cPoints[i++] = (UChar)theValue; in readAnElement()