OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rightIndex
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
ucol_sit.cpp
686
uint32_t CE, int32_t leftIndex, int32_t
rightIndex
, UErrorCode *status)
698
addSpecial(context, buffer, bufLen, newCE, leftIndex,
rightIndex
, status);
700
if(contractions &&
rightIndex
-leftIndex > 1) {
701
uset_addString(contractions, buffer+leftIndex,
rightIndex
-leftIndex);
703
uset_addString(expansions, buffer+leftIndex,
rightIndex
-leftIndex);
720
addSpecial(context, buffer, bufLen, newCE, leftIndex,
rightIndex
, status);
723
uset_addString(contractions, buffer+leftIndex,
rightIndex
-leftIndex);
726
uset_addString(expansions, buffer+leftIndex,
rightIndex
-leftIndex);
732
if(
rightIndex
== bufLen-1) {
738
buffer[
rightIndex
] = *UCharOffset
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/openvg/
TiledImageOpenVG.cpp
102
int
rightIndex
= (static_cast<int>(ceil(rect.right())) - 1) / m_maxTileSize.width();
104
int columns = (
rightIndex
- leftIndex) + 1;
/packages/inputmethods/LatinIME/native/src/
proximity_info.cpp
212
const int
rightIndex
= index + 1;
213
if (
rightIndex
< mInputLength && existsCharInProximityAt(
rightIndex
, currentChar)) {
Completed in 56 milliseconds