Searched refs:index64 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h161 static unsigned char index64[256] = { variable
H A DUUID.xs535 c = index64[(int)*from++];
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dutext.cpp1526 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { argument
1527 U_ASSERT(index64 <= 0x7fffffff);
1528 int32_t index = (int32_t)index64;

Completed in 86 milliseconds