OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAL
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java
639
UnicodeSet
fAL
;
708
fAL
= new XUnicodeSet("[\\p{Line_break=AL}]");
730
fAL
.addAll(fXX); // Default behavior for XX is identical to AL
731
fAL
.addAll(fAI); // Default behavior for AI is identical to AL
732
fAL
.addAll(fSG); // Default behavior for SG (unpaired surrogates) is AL
769
fSets.add(
fAL
);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java
636
UnicodeSet
fAL
;
705
fAL
= new XUnicodeSet("[\\p{Line_break=AL}]");
727
fAL
.addAll(fXX); // Default behavior for XX is identical to AL
728
fAL
.addAll(fAI); // Default behavior for AI is identical to AL
729
fAL
.addAll(fSG); // Default behavior for SG (unpaired surrogates) is AL
766
fSets.add(
fAL
);
[
all
...]
/external/icu/icu4c/source/test/intltest/
rbbitst.cpp
[
all
...]
Completed in 81 milliseconds