OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyChars
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/wtk/
KeyInfo.java
33
public final StringBuffer
keyChars
;
41
keyChars
= new StringBuffer();
45
keyChars
.setLength(0);
46
keyChars
.append(ch);
50
keyChars
.setLength(0);
51
keyChars
.append(sb);
NativeEvent.java
188
keyInfo.
keyChars
.setLength(0);
191
return keyInfo.
keyChars
;
195
if (keyInfo == null || keyInfo.
keyChars
.length() == 0) {
198
return keyInfo.
keyChars
.charAt(keyInfo.
keyChars
.length()-1);
/external/icu4c/common/
uresdata.c
532
const char *
keyChars
=(const char *)context;
533
return (int32_t)uprv_strcmp(
keyChars
+((const Row *)left)->keyIndex,
534
keyChars
+((const Row *)right)->keyIndex);
538
const char *
keyChars
;
835
* ures_swap() already set pTempTable->
keyChars
appropriately.
852
ures_compareRows, pTempTable->
keyChars
,
[
all
...]
/dalvik/libcore/icu/src/main/native/
Resources.cpp
103
const char*
keyChars
= env->GetStringUTFChars(key, NULL);
104
ScopedResourceBundle currency(ures_getByKey(currencyMap.get(),
keyChars
, NULL, &status));
105
env->ReleaseStringUTFChars(key,
keyChars
);
Completed in 4825 milliseconds