OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pairedChars
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/extra/scrptrun/
scrptrun.cpp
23
UChar32 ScriptRun::
pairedChars
[] = {
43
const int32_t ScriptRun::pairedCharCount = ARRAY_SIZE(
pairedChars
);
88
if (ch >=
pairedChars
[pairedCharExtra]) {
95
if (ch >=
pairedChars
[index + probe]) {
100
if (
pairedChars
[index] != ch) {
scrptrun.h
88
static UChar32
pairedChars
[];
/external/chromium_org/third_party/icu/source/common/
usc_impl.c
58
static const UChar32
pairedChars
[] = {
159
int32_t pairedCharCount = ARRAY_SIZE(
pairedChars
);
166
if (ch >=
pairedChars
[pairedCharExtra]) {
173
if (ch >=
pairedChars
[pairIndex + probe]) {
178
if (
pairedChars
[pairIndex] != ch) {
/external/icu4c/common/
usc_impl.c
58
static const UChar32
pairedChars
[] = {
159
int32_t pairedCharCount = ARRAY_SIZE(
pairedChars
);
166
if (ch >=
pairedChars
[pairedCharExtra]) {
173
if (ch >=
pairedChars
[pairIndex + probe]) {
178
if (
pairedChars
[pairIndex] != ch) {
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 71 milliseconds