Searched defs:UTrie2 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | utrie2.h | 66 typedef struct UTrie2 UTrie2; typedef 653 struct UTrie2 { struct 655 const uint16_t *index; 656 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 657 const uint32_t *data32; /* NULL if 16b data is used via index */ 659 int32_t indexLength, dataLength; 660 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */ 661 uint16_t dataNullOffset; 662 uint32_t initialValue; 664 uint32_t errorValue; [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/ |
H A D | utrie2.h | 66 typedef struct UTrie2 UTrie2; typedef 653 struct UTrie2 { struct 655 const uint16_t *index; 656 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 657 const uint32_t *data32; /* NULL if 16b data is used via index */ 659 int32_t indexLength, dataLength; 660 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */ 661 uint16_t dataNullOffset; 662 uint32_t initialValue; 664 uint32_t errorValue; [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | utrie2.h | 66 typedef struct UTrie2 UTrie2; typedef 653 struct UTrie2 { struct 655 const uint16_t *index; 656 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 657 const uint32_t *data32; /* NULL if 16b data is used via index */ 659 int32_t indexLength, dataLength; 660 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */ 661 uint16_t dataNullOffset; 662 uint32_t initialValue; 664 uint32_t errorValue; [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | utrie2.h | 66 typedef struct UTrie2 UTrie2; typedef 653 struct UTrie2 { struct 655 const uint16_t *index; 656 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 657 const uint32_t *data32; /* NULL if 16b data is used via index */ 659 int32_t indexLength, dataLength; 660 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */ 661 uint16_t dataNullOffset; 662 uint32_t initialValue; 664 uint32_t errorValue; [all …]
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | utrie2.h | 66 typedef struct UTrie2 UTrie2; typedef 653 struct UTrie2 { struct 655 const uint16_t *index; 656 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 657 const uint32_t *data32; /* NULL if 16b data is used via index */ 659 int32_t indexLength, dataLength; 660 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */ 661 uint16_t dataNullOffset; 662 uint32_t initialValue; 664 uint32_t errorValue; [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | utrie2.h | 66 typedef struct UTrie2 UTrie2; typedef 653 struct UTrie2 { struct 655 const uint16_t *index; 656 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 657 const uint32_t *data32; /* NULL if 16b data is used via index */ 659 int32_t indexLength, dataLength; 660 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */ 661 uint16_t dataNullOffset; 662 uint32_t initialValue; 664 uint32_t errorValue; [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | utrie2.h | 66 typedef struct UTrie2 UTrie2; typedef 653 struct UTrie2 { struct 655 const uint16_t *index; 656 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 657 const uint32_t *data32; /* NULL if 16b data is used via index */ 659 int32_t indexLength, dataLength; 660 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */ 661 uint16_t dataNullOffset; 662 uint32_t initialValue; 664 uint32_t errorValue; [all …]
|