OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatinCase
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/common/
ucasemap.cpp
212
latinToLower =
LatinCase
::TO_LOWER_NORMAL;
214
latinToLower =
LatinCase
::TO_LOWER_TR_LT;
231
if (d ==
LatinCase
::EXC) {
254
if (d ==
LatinCase
::EXC) {
320
latinToUpper =
LatinCase
::TO_UPPER_TR;
322
latinToUpper =
LatinCase
::TO_UPPER_NORMAL;
339
if (d ==
LatinCase
::EXC) {
362
if (d ==
LatinCase
::EXC) {
[
all
...]
ustrcase.cpp
211
latinToLower =
LatinCase
::TO_LOWER_NORMAL;
213
latinToLower =
LatinCase
::TO_LOWER_TR_LT;
225
if (lead <
LatinCase
::LONG_S) {
227
if (d ==
LatinCase
::EXC) { break; }
306
latinToUpper =
LatinCase
::TO_UPPER_TR;
308
latinToUpper =
LatinCase
::TO_UPPER_NORMAL;
320
if (lead <
LatinCase
::LONG_S) {
322
if (d ==
LatinCase
::EXC) { break; }
[
all
...]
ucase.h
158
namespace
LatinCase
{
177
} // namespace
LatinCase
ucase.cpp
446
namespace
LatinCase
{
576
} // namespace
LatinCase
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
CaseMapImpl.java
442
latinToLower = UCaseProps.
LatinCase
.TO_LOWER_NORMAL;
444
latinToLower = UCaseProps.
LatinCase
.TO_LOWER_TR_LT;
458
if (lead < UCaseProps.
LatinCase
.LONG_S) {
460
if (d == UCaseProps.
LatinCase
.EXC) { break; }
518
latinToUpper = UCaseProps.
LatinCase
.TO_UPPER_TR;
520
latinToUpper = UCaseProps.
LatinCase
.TO_UPPER_NORMAL;
535
if (lead < UCaseProps.
LatinCase
.LONG_S) {
537
if (d == UCaseProps.
LatinCase
.EXC) { break; }
[
all
...]
UCaseProps.java
627
static final class
LatinCase
{
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CaseMapImpl.java
437
latinToLower = UCaseProps.
LatinCase
.TO_LOWER_NORMAL;
439
latinToLower = UCaseProps.
LatinCase
.TO_LOWER_TR_LT;
453
if (lead < UCaseProps.
LatinCase
.LONG_S) {
455
if (d == UCaseProps.
LatinCase
.EXC) { break; }
513
latinToUpper = UCaseProps.
LatinCase
.TO_UPPER_TR;
515
latinToUpper = UCaseProps.
LatinCase
.TO_UPPER_NORMAL;
530
if (lead < UCaseProps.
LatinCase
.LONG_S) {
532
if (d == UCaseProps.
LatinCase
.EXC) { break; }
[
all
...]
UCaseProps.java
622
static final class
LatinCase
{
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 2462 milliseconds