Searched refs:tempUCharVal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duenum.c120 const UChar *tempUCharVal = en->uNext(en, resultLength, status); local
121 if (tempUCharVal == NULL) {
130 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1);
/external/icu/icu4c/source/common/
H A Duenum.c120 const UChar *tempUCharVal = en->uNext(en, resultLength, status); local
121 if (tempUCharVal == NULL) {
130 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1);

Completed in 949 milliseconds