HomeSort by relevance Sort by last modified time
    Searched refs:bdpProto (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
ubidi_props.c 75 ubidi_openData(UBiDiProps *bdpProto,
80 bdpProto->indexes=(const int32_t *)bin;
82 bdpProto->indexes[UBIDI_IX_INDEX_TOP]<16
88 size=bdpProto->indexes[UBIDI_IX_INDEX_TOP]*4;
90 if(length>=size && length>=bdpProto->indexes[UBIDI_IX_LENGTH]) {
102 size=bdpProto->indexes[UBIDI_IX_TRIE_SIZE];
103 utrie_unserialize(&bdpProto->trie, bin, size, pErrorCode);
110 size=4*bdpProto->indexes[UBIDI_IX_MIRROR_LENGTH];
111 bdpProto->mirrors=(const uint32_t *)bin;
115 size=bdpProto->indexes[UBIDI_IX_JG_LIMIT]-bdpProto->indexes[UBIDI_IX_JG_START]
    [all...]
  /external/icu4c/common/
ubidi_props.c 75 ubidi_openData(UBiDiProps *bdpProto,
80 bdpProto->indexes=(const int32_t *)bin;
82 bdpProto->indexes[UBIDI_IX_INDEX_TOP]<16
88 size=bdpProto->indexes[UBIDI_IX_INDEX_TOP]*4;
90 if(length>=size && length>=bdpProto->indexes[UBIDI_IX_LENGTH]) {
102 size=bdpProto->indexes[UBIDI_IX_TRIE_SIZE];
103 utrie_unserialize(&bdpProto->trie, bin, size, pErrorCode);
110 size=4*bdpProto->indexes[UBIDI_IX_MIRROR_LENGTH];
111 bdpProto->mirrors=(const uint32_t *)bin;
115 size=bdpProto->indexes[UBIDI_IX_JG_LIMIT]-bdpProto->indexes[UBIDI_IX_JG_START]
    [all...]

Completed in 48 milliseconds