OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startCharCode
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp
177
if (SWAPU32(fGroups[fRangeOffset].
startCharCode
) <= unicode32) {
184
if (SWAPU32(fGroups[range + probe].
startCharCode
) <= unicode32) {
189
if (SWAPU32(fGroups[range].
startCharCode
) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190
return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].
startCharCode
));
sfnt.h
196
le_uint32
startCharCode
;
228
le_uint32
startCharCode
;
237
le_uint32
startCharCode
;
/external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp
177
if (SWAPU32(fGroups[fRangeOffset].
startCharCode
) <= unicode32) {
184
if (SWAPU32(fGroups[range + probe].
startCharCode
) <= unicode32) {
189
if (SWAPU32(fGroups[range].
startCharCode
) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190
return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].
startCharCode
));
sfnt.h
199
le_uint32
startCharCode
;
231
le_uint32
startCharCode
;
240
le_uint32
startCharCode
;
/external/icu4c/samples/layout/
cmaps.cpp
183
if (SWAPU32(fGroups[fRangeOffset].
startCharCode
) <= unicode32) {
190
if (SWAPU32(fGroups[range + probe].
startCharCode
) <= unicode32) {
195
if (SWAPU32(fGroups[range].
startCharCode
) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196
return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].
startCharCode
));
sfnt.h
113
le_uint32
startCharCode
;
127
le_uint32
startCharCode
;
/external/icu4c/test/letest/
cmaps.cpp
177
if (SWAPU32(fGroups[fRangeOffset].
startCharCode
) <= unicode32) {
184
if (SWAPU32(fGroups[range + probe].
startCharCode
) <= unicode32) {
189
if (SWAPU32(fGroups[range].
startCharCode
) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190
return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].
startCharCode
));
sfnt.h
196
le_uint32
startCharCode
;
228
le_uint32
startCharCode
;
237
le_uint32
startCharCode
;
Completed in 245 milliseconds