OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bocu1Prev
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/cintltst/
bocu1tst.c
253
bocu1Prev
(int32_t c) {
399
*pPrev=
bocu1Prev
(c);
494
pRx->prev=
bocu1Prev
(c);
573
pRx->prev=
bocu1Prev
(c);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java
181
private static int
bocu1Prev
(int c) {
198
/** Fast version of
bocu1Prev
() for most scripts. */
200
return ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) :
bocu1Prev
(c));
[
all
...]
/external/icu/icu4c/source/common/
ucnvbocu.cpp
235
bocu1Prev
(int32_t c) {
252
/** Fast version of
bocu1Prev
() for most scripts. */
253
#define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) :
bocu1Prev
(c))
[
all
...]
Completed in 35 milliseconds