HomeSort by relevance Sort by last modified time
    Searched refs:pFirst (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/tools/toolutil/
uparse.h 90 * Set the first code point in *pFirst.
95 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
103 uint32_t *pFirst,
uparse.c 225 * set the first code point in *pFirst
231 uint32_t *pFirst,
244 if(pFirst!=NULL) {
245 *pFirst=0xffffffff;
270 if(destLength==0 && pFirst!=NULL) {
271 *pFirst=value;
  /external/icu4c/tools/toolutil/
uparse.c 233 * set the first code point in *pFirst
239 uint32_t *pFirst,
252 if(pFirst!=NULL) {
253 *pFirst=0xffffffff;
278 if(pFirst!=NULL) {
279 *pFirst=value;
280 pFirst=NULL;
uparse.h 99 * Set the first code point in *pFirst.
104 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
112 uint32_t *pFirst,
  /external/icu4c/common/
triedict.cpp 953 BuildCompactTrieNode **pFirst = NULL;
    [all...]
  /external/chromium/third_party/icu/source/common/
triedict.cpp     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 288 milliseconds