OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pairedCharExtra
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/extra/scrptrun/
scrptrun.cpp
45
const int32_t ScriptRun::
pairedCharExtra
= pairedCharCount - pairedCharPower;
88
if (ch >= pairedChars[
pairedCharExtra
]) {
89
index =
pairedCharExtra
;
scrptrun.h
91
static const int32_t
pairedCharExtra
;
/external/icu4c/common/
usc_impl.c
161
int32_t
pairedCharExtra
= pairedCharCount - pairedCharPower;
166
if (ch >= pairedChars[
pairedCharExtra
]) {
167
pairIndex =
pairedCharExtra
;
Completed in 117 milliseconds