Searched defs:uc32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dglobals.h185 typedef int32_t uc32; typedef in namespace:v8::internal
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp8711 UChar32 uc32 = -1; local
8714 U8_GET_OR_FFFD((const uint8_t*)source, 0, equalLength, sourceLength, uc32);
8715 if (uc32 >= 0x10000 || ucol_unsafeCP((UChar)uc32, coll)) {
8718 bSawNonLatin1 |= (uc32 > 0xff);
8721 U8_GET_OR_FFFD((const uint8_t*)target, 0, equalLength, targetLength, uc32);
8722 if (uc32 >= 0x10000 || ucol_unsafeCP((UChar)uc32, coll)) {
8725 bSawNonLatin1 |= (uc32 > 0xff);
8733 U8_PREV_OR_FFFD((uint8_t*)source, 0, equalLength, uc32);
[all...]

Completed in 644 milliseconds