OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markCount
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
MarkArrays.h
29
le_uint16
markCount
;
MarkArrays.cpp
22
le_uint16 mCount = SWAPW(
markCount
);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp
260
static bool advanceByCombiningCharacterSequence(const UChar*& iterator, const UChar* end, UChar32& baseCharacter, unsigned&
markCount
)
264
markCount
= 0;
286
markCount
+= markLength;
320
unsigned
markCount
;
323
if (!advanceByCombiningCharacterSequence(curr, end, baseCharacter,
markCount
))
333
for (unsigned i = 0; i <
markCount
; ++i)
348
if (!advanceByCombiningCharacterSequence(curr, end, baseCharacter,
markCount
))
355
for (unsigned i = 0; i <
markCount
; ++i)
Completed in 265 milliseconds